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…

Wat is Enhancer for ServiceNow?

Enhancer for ServiceNow is een Chrome-extensie ontwikkeld door Marcus Vinícius Theodoro, en de belangrijkste functie is "Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Enhancer for ServiceNow

Download Enhancer for ServiceNow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Enhancer for ServiceNow Enhancer for ServiceNow
ID amdfkdkbiglpindbaelfiabddmeobmnh
Officiële URL https://chromewebstore.google.com/detail/enhancer-for-servicenow/amdfkdkbiglpindbaelfiabddmeobmnh
Beschrijving Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…
Bestandsgrootte 102 KB
Aantal Installaties 58
Huidige Versie 2.2.2
Laatst Bijgewerkt 2021-06-07
Publicatiedatum 2021-03-30
Ontwikkelaar Marcus Vinícius Theodoro
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}