Accelo
This is the official Chrome Extension for Accelo: accelo.com/chrome-extension
Qu'est-ce que Accelo ?
Accelo est une extension Chrome développée par Accelo, et sa fonction principale est "This is the official Chrome Extension for Accelo: accelo.com/chrome-extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Accelo
Téléchargez les fichiers d'extension Accelo 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
Accelo's Chrome extension allows developers to live and work in JIRA by improving the way links are tracked between Accelo and JIRA. Now, when developers create or edit a JIRA ticket, they’ll be able to quickly search for the client project, milestone, ticket, or contract that already lives in Accelo right from JIRA.
Informations de Base sur l'Extension
Nom | Accelo |
ID | kggflnjnadkilagnigkgnehjpmopneoo |
URL Officiel | https://chromewebstore.google.com/detail/accelo/kggflnjnadkilagnigkgnehjpmopneoo |
Description | This is the official Chrome Extension for Accelo: accelo.com/chrome-extension |
Taille du Fichier | 504 KB |
Nombre d'Installations | 395 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2022-03-01 |
Date de Publication | 2020-08-28 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | Accelo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.accelo.com |
URL de la Page d'Aide | https://www.accelo.com/resources/help/guides/integrations-guide/jira/chrome-extension/ |
URL de la Page de Politique de Confidentialité | http://www.accelo.com/company/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accelo", "description": "This is the official Chrome Extension for Accelo: accelo.com\/chrome-extension", "homepage_url": "https:\/\/www.accelo.com\/chrome-extension", "short_name": "Accelo Chrome Extension", "version": "0.3.0", "background": { "scripts": [ "node_modules\/jquery\/dist\/jquery.min.js", "api.js", "background.js" ], "persistent": false }, "icons": { "16": "accelo_16.png", "48": "accelo_48.png", "128": "accelo_128.png" }, "permissions": [ "identity", "storage", "activeTab", "tabs" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "content.html", "extension.css", "node_modules\/jquery\/dist\/jquery.min.js", "contentscript.js" ], "browser_action": { "default_icon": { "16": "accelo_16.png", "48": "accelo_48.png", "128": "accelo_128.png" } } } |