1stream Client
1stream Client
What is 1stream Client?
1stream Client is a Chrome extension developed by dev, and its main feature is "1stream Client".
Extension Screenshots
Download 1stream Client Extension CRX File
Download 1stream Client 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
1steam side-by-side client overlay for 3CX. Adds CRM capabilities to the browser based softphone in a side-by-side view. Without leaving your browser based softphone, you can add data to your CRM, including: # Tickets # Contacts # Accounts Immediately improve your call center workflows because you never have to switch back an forth between browser windows.
Extension Basic Information
Name | 1stream Client |
ID | obegkpmjkhpjfhmdjdojmenmlbepenme |
Official URL | https://chromewebstore.google.com/detail/1stream-client/obegkpmjkhpjfhmdjdojmenmlbepenme |
Description | 1stream Client |
File Size | 121 KB |
Installation Count | 1,000 |
Current Version | 1.0.3 |
Last Updated | 2023-03-02 |
Publish Date | 2022-08-30 |
Developer | dev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1stream Client", "version": "1.0.3", "description": "1stream Client", "host_permissions": [], "permissions": [ "storage" ], "action": { "default_title": "1stream Client", "default_icon": "img\/1streamlogo-narrow-41x34.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/webclient*", "https:\/\/*\/webclient*" ], "exclude_globs": [], "js": [ "js\/jquery-3.3.1.min.js", "js\/jquery-ui.min.js", "js\/popup.js" ], "css": [ "css\/popup.css", "css\/jquery-ui.min.css" ], "run_at": "document_idle", "all_frames": true } ], "background": { "service_worker": "background.js" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "img\/1streamlogo-narrow-41x34.png", "iframePage.html", "img\/CircleXWhite.svg" ], "matches": [ " |