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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |