Jivetel
Jivetel Click2Call
Qu'est-ce que Jivetel ?
Jivetel est une extension Chrome développée par https://jivetel.com, et sa fonction principale est "Jivetel Click2Call".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jivetel
Téléchargez les fichiers d'extension Jivetel 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
Jivetel Click2Call recognizes numbers on webpages and converts them into highlighted click-able links. This will allow you to click a number on a webpage and automatically connect your Jivetel extension to the party.
Informations de Base sur l'Extension
Nom | Jivetel |
ID | cpcholaekimgaoaaiefejoebbohahpdh |
URL Officiel | https://chromewebstore.google.com/detail/jivetel/cpcholaekimgaoaaiefejoebbohahpdh |
Description | Jivetel Click2Call |
Taille du Fichier | 186 KB |
Nombre d'Installations | 249 |
Version Actuelle | 2.7.0 |
Dernière Mise à Jour | 2019-01-02 |
Date de Publication | 2019-01-02 |
Développeur | https://jivetel.com |
Type de Paiement | free |
Site Web de l'Extension | http://jivetel.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Jivetel", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "*" ], "description": "Jivetel Click2Call", "background": { "page": "background.html" }, "homepage_url": "http:\/\/jivetel.com\/", "version": "2.7.0", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com; object-src 'self' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com", "browser_action": { "default_icon": "icons\/button.png", "default_title": "Jivetel Click2Call on highlighted numbers" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |