Enhancer for ServiceNow

Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…

Enhancer for ServiceNowとは何ですか?

Enhancer for ServiceNowはMarcus Vinícius Theodoroによって開発されたChromeの拡張機能で、その主な機能は「Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Features

- Adds a Copy button to the Contact Information box

Don't waste your time copying customer data one by one (or copying everything and getting a large block of unformatted text on the clipboard). The extension adds a button to the Contact Information box that handles it all for you.

- Formats knowledge articles for better readability

The extension formats Knowledge Articles for better readability by removing excess spacing, changing some colors, and making changes to the font face.


- Automatically accepts chats

Enhancer For Servicenow can also automatically accept your incoming chats, reducing the wait time for customers.


https://github.com/marcusvth/enhancer4servicenow                    

拡張機能の基本情報

名前 Enhancer for ServiceNow Enhancer for ServiceNow
ID amdfkdkbiglpindbaelfiabddmeobmnh
公式URL https://chromewebstore.google.com/detail/enhancer-for-servicenow/amdfkdkbiglpindbaelfiabddmeobmnh
説明 Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…
ファイルサイズ 102 KB
インストール数 58
現在のバージョン 2.2.2
最終更新日 2021-06-07
公開日 2021-03-30
開発者 Marcus Vinícius Theodoro
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enhancer for ServiceNow",
    "version": "2.2.2",
    "icons": {
        "16": ".\/img\/icon16.png",
        "32": ".\/img\/icon32.png",
        "128": ".\/img\/icon128.png"
    },
    "web_accessible_resources": [
        "ring.mp3"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.service-now.com\/now\/workspace\/agent\/*"
            ],
            "js": [
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/chat.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.service-now.com\/*"
            ],
            "js": [
                ".\/js\/jquery-3.5.1.min.js",
                ".\/js\/kb.js"
            ]
        }
    ]
}