Purecloud extension
Purecloud extension
What is Purecloud extension?
Purecloud extension is a Chrome extension developed by jbartolomucci, and its main feature is "Purecloud extension".
Download Purecloud extension Extension CRX File
Download Purecloud extension 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
Extension Basic Information
Name | Purecloud extension |
ID | gpnlhipmnmopbjglhgfgjhglglpckpmh |
Official URL | https://chromewebstore.google.com/detail/purecloud-extension/gpnlhipmnmopbjglhgfgjhglglpckpmh |
Description | Purecloud extension |
File Size | 3.47 KB |
Installation Count | 159 |
Current Version | 2.0 |
Last Updated | 2018-06-05 |
Publish Date | 2018-06-04 |
Developer | jbartolomucci |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Purecloud extension", "version": "2.0", "manifest_version": 2, "description": "Purecloud extension", "content_scripts": [ { "matches": [ "https:\/\/apps.mypurecloud.ie\/*" ], "js": [ "extension.js" ] } ] } |