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…”。
擴展截圖
下載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 |
ID | amdfkdkbiglpindbaelfiabddmeobmnh |
官方網址 | 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" ] } ] } |