Nirvana HQ Add to Calendar Feature
This extension will add an context option 'Add to Google Calender' on right click context of every item.
Qu'est-ce que Nirvana HQ Add to Calendar Feature ?
Nirvana HQ Add to Calendar Feature est une extension Chrome développée par Matt, et sa fonction principale est "This extension will add an context option 'Add to Google Calender' on right click context of every item.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nirvana HQ Add to Calendar Feature
Téléchargez les fichiers d'extension Nirvana HQ Add to Calendar Feature au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will give you the ability to right click on a TODO item in the webapp Nirvana HQ and add that item to your google calendar. You must be logged into google calendar for this to work.
Informations de Base sur l'Extension
Nom | ![]() |
ID | enfogplbopdmdjhnigjaijcnacjlcpme |
URL Officiel | https://chrome.google.com/webstore/detail/nirvana-hq-add-to-calenda/enfogplbopdmdjhnigjaijcnacjlcpme |
Description | This extension will add an context option 'Add to Google Calender' on right click context of every item. |
Taille du Fichier | 132 KB |
Nombre d'Installations | 499 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2016-12-08 |
Date de Publication | 2016-12-08 |
Évaluation | 3.64/5 Total 11 Évaluations |
Développeur | Matt |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nirvana HQ Add to Calendar Feature", "version": "0.0.0.3", "description": "This extension will add an context option 'Add to Google Calender' on right click context of every item.", "background": { "page": "background.html" }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "commands": { "random": { "suggested_key": { "default": "Alt+Shift+L" }, "description": "Load a random link" } }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "https:\/\/focus.nirvanahq.com\/" ] } ], "permissions": [ "activeTab" ] } |