Velantro Click to Call
Velantro.net PBX click to call extension
Qu'est-ce que Velantro Click to Call ?
Velantro Click to Call est une extension Chrome développée par https://velantro.com, et sa fonction principale est "Velantro.net PBX click to call extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Velantro Click to Call
Téléchargez les fichiers d'extension Velantro Click to 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
Velantro click to call plugin allows you to click on phone numbers and dial using your Velantro phone or Softphone. Velantro plan required.
Informations de Base sur l'Extension
Nom | Velantro Click to Call |
ID | bodanolkchojeegofgblckgcpbpbdcjn |
URL Officiel | https://chromewebstore.google.com/detail/velantro-click-to-call/bodanolkchojeegofgblckgcpbpbdcjn |
Description | Velantro.net PBX click to call extension |
Taille du Fichier | 56.17 KB |
Nombre d'Installations | 1,063 |
Version Actuelle | 1.4.12 |
Dernière Mise à Jour | 2019-01-27 |
Date de Publication | 2019-01-27 |
Évaluation | 4.89/5 Total 18 Évaluations |
Développeur | https://velantro.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.velantro.com/pages/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velantro Click to Call", "description": "Velantro.net PBX click to call extension", "version": "1.4.12", "applications": { "gecko": { "id": "{2a7e3959-cfd5-4f2b-a537-85bdbe4f6cbe}", "strict_min_version": "57.0" } }, "browser_action": { "default_icon": "velantro32.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "call-phone-v.png" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "phonepattern.js", "render.js", "monitor.js", "render-init.js" ] } ], "background": { "scripts": [ "velantro-storage.js", "velantro-config.js", "velantro-call.js", "velantro-events.js" ] }, "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "velantro16.png", "48": "velantro48.png", "128": "velantro128.png" } } |