Flexor CTI extension 2
Flexor CTI extension
What is Flexor CTI extension 2?
Flexor CTI extension 2 is a Chrome extension developed by https://camrivox.co.uk, and its main feature is "Flexor CTI extension".
Extension Screenshots
Download Flexor CTI extension 2 Extension CRX File
Download Flexor CTI extension 2 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
Flexor CTI Extension for enabling Click To Dial from Salesforce.com, Microsoft Dynamics CRM and Netsuite.
Extension Basic Information
Name | Flexor CTI extension 2 |
ID | njjkgbhnpmhcafoochagpelemahdcjib |
Official URL | https://chromewebstore.google.com/detail/flexor-cti-extension-2/njjkgbhnpmhcafoochagpelemahdcjib |
Description | Flexor CTI extension |
File Size | 94.08 KB |
Installation Count | 146 |
Current Version | 3.0.0.25 |
Last Updated | 2019-02-18 |
Publish Date | 2019-02-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://camrivox.co.uk |
Payment Type | free |
Extension Website | http://www.camrivox.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flexor CTI extension 2", "short_name": "Flexor CTI", "version": "3.0.0.25", "description": "Flexor CTI extension", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "FlexorCTI.js" ] } ], "background": { "scripts": [ "background.js" ], "permissions": [ "nativeMessaging" ] }, "icons": { "48": "Flexor48.png", "128": "Flexor128.png" }, "permissions": [ "nativeMessaging" ] } |