STAGIL Atlassian Cloud Browser Extension

STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.

Qu'est-ce que STAGIL Atlassian Cloud Browser Extension ?

STAGIL Atlassian Cloud Browser Extension est une extension Chrome développée par https://www.stagil.com, et sa fonction principale est "STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension STAGIL Atlassian Cloud Browser Extension

Téléchargez les fichiers d'extension STAGIL Atlassian Cloud Browser Extension 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

                        The STAGIL Atlassian Cloud Chrome Extension allows you to extend the navigation of the Atlassian Cloud in combination with the Atlassian cloud apps "STAGIL Navigation for Jira" and "STAGIL Navigation for Confluence".                    

Informations de Base sur l'Extension

Nom STAGIL Atlassian Cloud Browser Extension STAGIL Atlassian Cloud Browser Extension
ID egdfokcgobdhhhogdacofnohldfbemge
URL Officiel https://chromewebstore.google.com/detail/stagil-atlassian-cloud-br/egdfokcgobdhhhogdacofnohldfbemge
Description STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.
Taille du Fichier 61.05 KB
Nombre d'Installations 363
Version Actuelle 2.2.0
Dernière Mise à Jour 2023-11-22
Date de Publication 2020-12-05
Développeur https://www.stagil.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://stagil.com/
URL de la Page d'Aide https://support.stagil.com
URL de la Page de Politique de Confidentialité https://www.stagil.com/data-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "STAGIL Atlassian Cloud Browser Extension",
    "version": "2.2.0",
    "description": "STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.",
    "icons": {
        "16": "images\/snjc\/icon-16.png",
        "32": "images\/snjc\/icon-32.png",
        "48": "images\/snjc\/icon-48.png",
        "128": "images\/snjc\/icon-128.png"
    },
    "action": {
        "default_popup": "html\/options.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.atlassian.net\/*",
        "file:\/\/\/html\/*",
        "https:\/\/apps.stagil.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.atlassian.net\/*",
                "file:\/\/\/html\/*",
                "file:\/\/js\/*",
                "https:\/\/apps.stagil.com\/*"
            ],
            "css": [
                "css\/skeleton.css",
                "css\/scbe.css"
            ],
            "js": [
                "js\/commonFiles\/sockjs.min.js",
                "js\/commonFiles\/stomp.min.js",
                "js\/commonFiles\/constants.js",
                "js\/commonFiles\/utils.js",
                "js\/sajc\/sajc-loader.js",
                "js\/snjc\/snjc-loader.js",
                "js\/sajc\/sajc.js",
                "js\/snjc\/snjc.js"
            ],
            "all_frames": true
        }
    ]
}