Flexor CTI extension 2
Flexor CTI extension
Wat is Flexor CTI extension 2?
Flexor CTI extension 2 is een Chrome-extensie ontwikkeld door https://camrivox.co.uk, en de belangrijkste functie is "Flexor CTI extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Flexor CTI extension 2
Download Flexor CTI extension 2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Flexor CTI Extension for enabling Click To Dial from Salesforce.com, Microsoft Dynamics CRM and Netsuite.
Basisinformatie over de Extensie
Naam | Flexor CTI extension 2 |
ID | njjkgbhnpmhcafoochagpelemahdcjib |
Officiële URL | https://chromewebstore.google.com/detail/flexor-cti-extension-2/njjkgbhnpmhcafoochagpelemahdcjib |
Beschrijving | Flexor CTI extension |
Bestandsgrootte | 94.08 KB |
Aantal Installaties | 146 |
Huidige Versie | 3.0.0.25 |
Laatst Bijgewerkt | 2019-02-18 |
Publicatiedatum | 2019-02-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://camrivox.co.uk |
Betalingswijze | free |
Extensiewebsite | http://www.camrivox.com |
Ondersteunde Talen | 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" ] } |