ServiceNow Glances

This extension shows a count of ServiceNow ticket queues.

ServiceNow Glancesคืออะไร?

ServiceNow Glances เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Ishri และคุณลักษณะหลักของมันคือ "This extension shows a count of ServiceNow ticket queues."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ServiceNow Glances

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}