plugin-manifest.json

plugin-manifest.json

locale  

The language the extension supports. Currently, we support the locale "en" (English) only. 

service 

The product for which the extension is created. For example “ORCHESTLY”. 

storage 

Enable or disable data storage for the extension. By default, the value will be false. 

whiteListedDomains 

The domains specified in this array can be accessed from the extension. API calls, which is established with a connection, to other domains will not be handed from the extension. If your extension does not use any third-party service, then this array can be empty.

modules 

Supported modules: 

type 

When 'type' is "org", only an administrator can fill the configuration parameters on a first-come-first-serve basis. 
Say, there are three administrators in a portal and if the first admin fills the config parameters, the other two will only be able to edit the parameters. When 'type' is "personal", every user in the organization has to fill the configuration parameters. Unlike the org type, these parameters will be unique for each user.

connectors 

Connections allow the extensions to integrate with third-party applications using a one-time set up. Connections, once configured and authenticated, can commonly be used in all extensions. For example you have an ongoing task in your Zoho Projects portal and its corresponding ticket in Zendesk is mapped to this task . Whenever the task is updated or a comment is added to the task, the comment should be added in the Zendesk ticket as well. In the same way, if a resource updates the Zendesk ticket, it should reflect in the Zoho Projects' task.
 
In this case functions and triggers can be used to sync the Zendesk ticket whenever there is an update in Zoho Projects task but on the other hand when an update happens in the third party app (Zendesk ticket) then a web hook should be configured to sync that update to the task (Zoho Project). Connectors come handy for this purpose. Click here to see how to configure connectors for various services.

config 

 This key is used when you need customised inputs from the user. For example, the user's domain name in the third party service can be obtained using this key.
    • Related Articles

    • Desktop Plugin

      Desktop plugin helps you to quickly launch a remote support or unattended session right from your desktop. You needn't navigate to the website each time to use Zoho Assist and setting up the desktop plugin is pretty simple.  Steps Click Apps  present ...
    • Orchestly extension guide

      Orchestly allows users to develop customized solutions for different business requirements. These extensions are then hosted on Zoho Marketplace where the users can install and use it.  Overview Orchestly uses ZET (Zoho Extension Toolkit) framework ...
    • Import from XLS/CSV/JSON/MPP

      You can now import MPP/ MPX/ XLS/ JSON/ CSV files into Zoho Projects and start collaborating. Select a project in Projects and choose the Task module. In Classic View, click in the upper-right corner and then choose Import Task. Click Choose File and ...
    • Zoho MarketingHub plugin for WordPress

      Zoho MarketingHub plugin for WordPress allows you to monitor the activities in your web pages and posts, and analyze their performance using the web assistant tracking code, and also allows your website/blog visitors to subscribe to your mailing ...
    • Create extensions using Command Line Interface(CLI)

      Zoho Sigma helps you to build extensions for Zoho services in two ways:  Building apps using the command line interface (CLI). You can use this method if you want to build an extension offline with your own code editor. Use Zoho Sigma cloud editor ...