STAGIL Atlassian Cloud Browser Extension

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

STAGIL Atlassian Cloud Browser Extensionとは何ですか?

STAGIL Atlassian Cloud Browser Extensionはhttps://www.stagil.comによって開発されたChromeの拡張機能で、その主な機能は「STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.」です。

拡張機能のスクリーンショット

screenshot

STAGIL Atlassian Cloud Browser Extension拡張機能のCRXファイルをダウンロード

STAGIL Atlassian Cloud Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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".                    

拡張機能の基本情報

名前 STAGIL Atlassian Cloud Browser Extension STAGIL Atlassian Cloud Browser Extension
ID egdfokcgobdhhhogdacofnohldfbemge
公式URL https://chromewebstore.google.com/detail/stagil-atlassian-cloud-br/egdfokcgobdhhhogdacofnohldfbemge
説明 STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.
ファイルサイズ 61.05 KB
インストール数 363
現在のバージョン 2.2.0
最終更新日 2023-11-22
公開日 2020-12-05
開発者 https://www.stagil.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://stagil.com/
ヘルプページのURL https://support.stagil.com
プライバシーポリシーページのURL https://www.stagil.com/data-policy
対応言語 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
        }
    ]
}