SwissNow (On Premise) - ServiceNOW toolbox

Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.

SwissNow (On Premise) - ServiceNOW toolboxคืออะไร?

SwissNow (On Premise) - ServiceNOW toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Łukasz Krzaczkowski และคุณลักษณะหลักของมันคือ "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SwissNow (On Premise) - ServiceNOW toolbox

ดาวน์โหลดไฟล์ส่วนขยาย SwissNow (On Premise) - ServiceNOW toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A version of SwissNow extension supporting on premise versions of ServiceNow. Both versions of the plugin share the same code base and functionality. This version of the plugin requires additional permissions to be able to access ServiceNow instance.

If you do not plan to use on premise ServiceNow instances, please use the base version:
https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SwissNow (On Premise) - ServiceNOW toolbox SwissNow (On Premise) - ServiceNOW toolbox
ID ggfnhpnjafcnfdccnjhohmobekdicghn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swissnow-on-premise-servi/ggfnhpnjafcnfdccnjhohmobekdicghn
คำอธิบาย Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
ขนาดไฟล์ 792 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 0.13.704-S-onprem
อัปเดตครั้งล่าสุด 2023-07-05
วันที่เผยแพร่ 2020-05-21
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Łukasz Krzaczkowski
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "SwissNow (On Premise) - ServiceNOW toolbox",
    "name": "SwissNow (On Premise) - ServiceNOW toolbox",
    "description": "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.",
    "version": "0.13.704",
    "version_name": "0.13.704-S-onprem",
    "page_action": {
        "default_icon": "menu_active.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "alarms",
        "notifications",
        "contextMenus",
        "*:\/\/*\/",
        "file:\/\/\/*.js"
    ],
    "icons": {
        "16": "menu_active.png",
        "128": "menu_active.png"
    },
    "background": {
        "scripts": [
            "common.js",
            "js\/2.5.3-crypto-sha1.js",
            "polling.js",
            "background.js"
        ]
    }
}