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
官方網址 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"
}