ServiceNow Glances

This extension shows a count of ServiceNow ticket queues.

ServiceNow Glancesとは何ですか?

ServiceNow GlancesはMichael Ishriによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a count of ServiceNow ticket queues.」です。

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

screenshot
screenshot
screenshot

ServiceNow Glances拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ServiceNow Glances lets you see your ServiceNow queues at a glance. You can quickly see how many tickets are listed under the filtered queue and you can even open tickets straight from this extension.                    

拡張機能の基本情報

名前 ServiceNow Glances ServiceNow Glances
ID ncmaikkgclmelhgialgihpcmnonogljf
公式URL https://chrome.google.com/webstore/detail/servicenow-glances/ncmaikkgclmelhgialgihpcmnonogljf
説明 This extension shows a count of ServiceNow ticket queues.
ファイルサイズ 91.59 KB
インストール数 84
現在のバージョン 0.7
最終更新日 2018-09-27
公開日 2018-09-27
評価 5.00/5 合計 2 レビュー
開発者 Michael Ishri
支払い方法 free
拡張機能のウェブサイト https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957
ヘルプページのURL https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ServiceNow Glances",
    "description": "This extension shows a count of ServiceNow ticket queues.",
    "version": "0.7",
    "background": {
        "scripts": [
            "\/js\/jquery-3.3.1.min.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "ServiceNow Glances"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/*.service-now.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "html\/settings.html"
}