Crexendo Click-2-Call
Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!
Qu'est-ce que Crexendo Click-2-Call ?
Crexendo Click-2-Call est une extension Chrome développée par Crexendo Apps, et sa fonction principale est "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crexendo Click-2-Call
Téléchargez les fichiers d'extension Crexendo Click-2-Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number! New in this version: Supports Microsoft Single-Sign-On for Microsoft Azure linked accounts
Informations de Base sur l'Extension
Nom | Crexendo Click-2-Call |
ID | fcdcgemiploaclaigcjkobnfonedipli |
URL Officiel | https://chromewebstore.google.com/detail/crexendo-click-2-call/fcdcgemiploaclaigcjkobnfonedipli |
Description | Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number! |
Taille du Fichier | 154 KB |
Nombre d'Installations | 254 |
Version Actuelle | 0.1.2.2 |
Dernière Mise à Jour | 2022-08-29 |
Date de Publication | 2018-10-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Crexendo Apps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.crexendo.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crexendo Click-2-Call", "description": "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!", "version": "0.1.2.2", "icons": { "16": "images\/cloud-icon_16.png", "32": "images\/cloud-icon_32.png", "48": "images\/cloud-icon_48.png", "128": "images\/cloud-icon_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery.min.js", "js\/bootstrap.js", "js\/linkify.js" ], "css": [ "css\/fonts.css", "css\/linkify.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/cloud-icon_32.png", "default_popup": "html\/options_page.html" }, "permissions": [ "http:\/\/localhost:47461\/", "identity" ], "options_page": "html\/options_page.html", "web_accessible_resources": [ "images\/*.png", "css\/fonts\/*.woff" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq8TKKh3YZmTlGswWh5UnXYMmzOK2i8HWwF4e1x4iM\/Ch3URQK1vov8ZjU5Mmq\/YQaAxghxch7J9glngAbRma2xm0lCLQJl2tusF\/XvzoPPrKXhqMZwFwDaLIMGeod7OLACzcmMcbpLnMsi1\/7F5xIGEWLkYLfM8yRDAqII8hA\/uIPAS3Bw6IvH1rSIYleARD7T5DUG635pqK6jVTvVTkkzAZYFAe6VBTLDVjDY0wjlX2HSjdIZOcf4ZgxdFVbUSxomvQZwOxaeiUL2RxHk5V6c2syuKONBORfKu0bEe6+RhxixDSz0AtZU1+2Pp6KysvLayQaTdG5Hsc5MVafossbQIDAQAB" } |