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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Enhancer for ServiceNow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}