Accelo
This is the official Chrome Extension for Accelo: accelo.com/chrome-extension
What is Accelo?
Accelo is a Chrome extension developed by Accelo, and its main feature is "This is the official Chrome Extension for Accelo: accelo.com/chrome-extension".
Extension Screenshots
Download Accelo Extension CRX File
Download Accelo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Accelo |
ID | kggflnjnadkilagnigkgnehjpmopneoo |
Official URL | https://chromewebstore.google.com/detail/accelo/kggflnjnadkilagnigkgnehjpmopneoo |
Description | This is the official Chrome Extension for Accelo: accelo.com/chrome-extension |
File Size | 504 KB |
Installation Count | 395 |
Current Version | 0.3.0 |
Last Updated | 2022-03-01 |
Publish Date | 2020-08-28 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Accelo |
[email protected] | |
Payment Type | free |
Extension Website | https://www.accelo.com |
Help Page URL | https://www.accelo.com/resources/help/guides/integrations-guide/jira/chrome-extension/ |
Privacy Policy Page URL | http://www.accelo.com/company/privacy-policy |
Supported Languages | 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" } } } |