Accelo

This is the official Chrome Extension for Accelo: accelo.com/chrome-extension

Wat is Accelo?

Accelo is een Chrome-extensie ontwikkeld door Accelo, en de belangrijkste functie is "This is the official Chrome Extension for Accelo: accelo.com/chrome-extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Accelo

Download Accelo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Accelo Accelo
ID kggflnjnadkilagnigkgnehjpmopneoo
Officiële URL https://chromewebstore.google.com/detail/accelo/kggflnjnadkilagnigkgnehjpmopneoo
Beschrijving This is the official Chrome Extension for Accelo: accelo.com/chrome-extension
Bestandsgrootte 504 KB
Aantal Installaties 395
Huidige Versie 0.3.0
Laatst Bijgewerkt 2022-03-01
Publicatiedatum 2020-08-28
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Accelo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.accelo.com
Help Pagina-URL https://www.accelo.com/resources/help/guides/integrations-guide/jira/chrome-extension/
URL van de Privacybeleid Pagina http://www.accelo.com/company/privacy-policy
Ondersteunde Talen 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"
        }
    }
}