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 là gì?

Enhancer for ServiceNow là một tiện ích mở rộng Chrome được phát triển bởi Marcus Vinícius Theodoro, và tính năng chính của nó là "Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enhancer for ServiceNow

Tải xuống các tệp mở rộng Enhancer for ServiceNow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enhancer for ServiceNow Enhancer for ServiceNow
ID amdfkdkbiglpindbaelfiabddmeobmnh
URL Chính Thức https://chromewebstore.google.com/detail/enhancer-for-servicenow/amdfkdkbiglpindbaelfiabddmeobmnh
Mô tả Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2021-06-07
Ngày Phát Hành 2021-03-30
Nhà Phát Triển Marcus Vinícius Theodoro
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}