Questions tagged [add-on]

Add-on, a.k.a. Plug-in is a set of components that enhances the existing, or adds new capabilities to a software application.

A plug-in system is very common, because it lets other developers (and maybe users) make small plug-ins to add new features quite easily.

Add-ons are also a good customization tools, because they let users chose which of the features do they want, and which they don't. It also helps to keep the distributive small.

There are specific tags for certain platforms / applications, like

Usually it's better to use the more specific one.

1100 questions
2
votes
1 answer

Error "302 Moved Temporarily" in "Test as add-on" mode (Telegram)

The spreadsheet contains project 1, deployed as a webapp with permissions: Execute as: Me, Who has access: Anyone. Webapp function doPost(e) { myLog('Received from Addon: ' + JSON.stringify(e)); // console.log('parameters from caller ' +…
2
votes
0 answers

Incomplete type error for napi.h - C++ addon for Node

I am creating C++ addons for Node and everything works good except Visual Studio is underlying all types from napi.h library and telling me that incomplete types are not allowed. When I compile it with node-gyp, everything is alright, but its little…
Matej Peluha
  • 163
  • 9
2
votes
0 answers

Access the clicked item in Thunderbird Add-on

The purpose of my add-on is to export a single email or an entire folder for later analysis. At the moment I have created a field within the menu for the single item, but I don't understand how to access the item I right-clicked on. Can someone…
2
votes
0 answers

What programming language to write extension/addon/plugin/toolbars for browsers?

What programming language are people using for writing code for addons/toolbars like (firebug, web developer, google mail checker) for: 1) Firefox 2) Chrome 3) Opera 4) Internet Explorer Thanks in advance.
marian
  • 479
  • 3
  • 9
  • 17
2
votes
0 answers

Webextension thunderbird get attachment

First of all I want to apologize if this question may seem too simple but I haven't found any solution since yesterday and I'm not very good at javascript. I want to create a personal Thunderbird addons that will communicate with an application I…
2
votes
2 answers

Deploy Appscript as Webapp from Google sheet Add-on

I want to create a Google sheet add-on where the user can create an HTTPS endpoint in his sheet, that can act as a webhook for an external service. I can see it is possible to do this manually by launching app script code using the 'Deploy a script…
2
votes
1 answer

Google App Script: Google sheets addon is not enabled for the new spreadsheet by default

Based on Installed and Enabled states of Editor add-on, I have written code for each states on Google Sheets add-on. The code is working fine when I test it using the script editor with INSTALLATION CONFIG set to Installed and Enabled. But when I…
Jayakrishnan
  • 4,232
  • 2
  • 23
  • 35
2
votes
1 answer

Hide Price from WooCommerce Product Add-ons Dropdown if it's equal to zero

I found this post: Remove price from Woocommerce variable product dropdown menu, but it hides ALL variable prices. Instead I would like to hide the variable price if it is $0.00. Can anyone help me with this? Edit: I didn't realize that the…
joy
  • 101
  • 9
2
votes
0 answers

Google calendar add-on - Prevent multiple event triggering

I am developing a calendar add-on. According to my use-case, the add-on needs to be updated for the below scenarios. Once the user opens an event. Once the user adds/deletes a guest from the guests list. Now I am facing a performance lag for the…
2
votes
1 answer

Getting draft body on Gmail Addon

I have a similar problem as this Question and that subject bug is already solved, but I need to get the "Body" from the message the user is writing, and also the "messageId". I have one contextualTrigger but it doesn’t log on STACKDRIVER function…
2
votes
1 answer

Options for localization of gmail addon?

I want to publish a gmail addon and i wonder what are the possibilities of localization. I want the addon to be usable in 3 different languages. I thought there would be a mention of it here but i couldn't find it.
2
votes
1 answer

Triggers don't work well when I test my GAS project as Add-on

I'm developing google-sheets add-on. I want to create functions that create triggers associated to individual spreadsheets. I think that GAS SpreadSheetTriggerBuilder realize this function, but it doesn't work well. When I test it as addon, triggers…
Pirikara
  • 343
  • 3
  • 12
2
votes
1 answer

ScriptApp.getService().getUrl() doesn't return actual script URL

My Google Calendar addon is published as deployment id AKfycbwFmqDJdIQDqGIMmujFEzwKZlrBKTPJaIitsHGfmqL72Ehm-YShfk3aJXLcJndQJJCU as can be seen below: But when setting the add-on "Settings" URL with createSettingsUrlFunction and calling the…
yarinbenado
  • 179
  • 4
  • 11
2
votes
1 answer

Is there a way to show users next steps after direct add-on installation from web page?

I have recently published a new Google Sheets add-on and found difficulties in how to indicate users what to do next after installation. There are two ways of add-on installation currently available : Open "Add-on" -> "Get add-ons" menu, search for…
2
votes
2 answers

how to hide odoo 13 point of sale kanban droplist/drop menu?

I tried this code but nothing happened: #view.xml pos.config.inherit pos.config