Genesys Cloud Extension by Netcom
Extension Application for Genesys Cloud
What is Genesys Cloud Extension by Netcom?
Genesys Cloud Extension by Netcom is a Chrome extension developed by 0x000000null, and its main feature is "Extension Application for Genesys Cloud".
Extension Screenshots
Download Genesys Cloud Extension by Netcom Extension CRX File
Download Genesys Cloud Extension by Netcom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Genesys Cloud 마스킹 기능과 세션 로그아웃 기능을 서포트 해주는 보조기능 제공
Extension Basic Information
Name | Genesys Cloud Extension by Netcom |
ID | nhdhcmlleogjecepichoadnppbjibeid |
Official URL | https://chromewebstore.google.com/detail/genesys-cloud-extension-b/nhdhcmlleogjecepichoadnppbjibeid |
Description | Extension Application for Genesys Cloud |
File Size | 79.5 KB |
Installation Count | 144 |
Current Version | 1.2.2 |
Last Updated | 2021-08-31 |
Publish Date | 2021-03-29 |
Developer | 0x000000null |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Genesys Cloud Extension by Netcom", "description": "Extension Application for Genesys Cloud", "version": "1.2.2", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/apps.apne2.pure.cloud\/directory\/*" ], "js": [ "jquery-3.1.1.min.js", "script.js" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "notifications", "https:\/\/*.apne2.pure.cloud\/", "https:\/\/pmi-e--qa.my.salesforce.com\/" ] } |