Ticketing Tool Extension v3.0

Ticketing Tool Extension v3.0

Ticketing Tool Extension v3.0とは何ですか?

Ticketing Tool Extension v3.0はe360sitemanagementによって開発されたChromeの拡張機能で、その主な機能は「Ticketing Tool Extension v3.0」です。

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

screenshot

Ticketing Tool Extension v3.0拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Browser Extension - MLS techs can use the tool to log work performed as 'work items' against the ticket, categorize Incident tickets appropriately. Enhancement for deployed incidents. Enhancement for deployed incidents.                    

拡張機能の基本情報

名前 Ticketing Tool Extension v3.0 Ticketing Tool Extension v3.0
ID fomnlhpmdjklpcambmeigihdnpbeofaf
公式URL https://chromewebstore.google.com/detail/ticketing-tool-extension/fomnlhpmdjklpcambmeigihdnpbeofaf
説明 Ticketing Tool Extension v3.0
ファイルサイズ 561 KB
インストール数 176
現在のバージョン 3.0.1
最終更新日 2023-09-06
公開日 2021-05-24
開発者 e360sitemanagement
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ticketing Tool Extension v3.0",
    "description": "Ticketing Tool Extension v3.0",
    "version": "3.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "identity",
        "storage",
        "identity.email"
    ],
    "oauth2": {
        "client_id": "c560e5f4-f65d-420a-a1e2-ab2f4e313f57",
        "scopes": [
            "api:\/\/38d35fe9-f233-4626-8e2f-3573f3505ba3\/.default"
        ],
        "tenant_id": "72f988bf-86f1-41af-91ab-2d7cd011db47"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/microsoft.service-now.com\/*",
                "https:\/\/microsoftuat.service-now.com\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "JS\/content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Ticketing Tool Extension v3.0",
        "default_icon": "Images\/ExtensionLogo.png"
    }
}