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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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