FortiVoice Click-to-dial
Initiate calls with FortiVoice from Chrome.
Qu'est-ce que FortiVoice Click-to-dial ?
FortiVoice Click-to-dial est une extension Chrome développée par FortiVoice, et sa fonction principale est "Initiate calls with FortiVoice from Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FortiVoice Click-to-dial
Téléchargez les fichiers d'extension FortiVoice Click-to-dial 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
FortiVoice Click-to-dial works with in conjunction with your FortiVoice Enterprise phone system to allow you select a phone number from a website and automatically call the party using your phone system extension.
Informations de Base sur l'Extension
Nom | FortiVoice Click-to-dial |
ID | hnkgbaajmjmmlpfbemelmppaefelmbko |
URL Officiel | https://chromewebstore.google.com/detail/fortivoice-click-to-dial/hnkgbaajmjmmlpfbemelmppaefelmbko |
Description | Initiate calls with FortiVoice from Chrome. |
Taille du Fichier | 81.79 KB |
Nombre d'Installations | 338 |
Version Actuelle | 1.0.10 |
Dernière Mise à Jour | 2023-02-11 |
Date de Publication | 2019-10-30 |
Évaluation | 3.14/5 Total 7 Évaluations |
Développeur | FortiVoice |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.fortivoice.com |
URL de la Page de Politique de Confidentialité | https://www.fortinet.com/corporate/about-us/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FortiVoice Click-to-dial", "version": "1.0.10", "description": "Initiate calls with FortiVoice from Chrome.", "manifest_version": 3, "icons": { "128": "images\/fv_corner_icon_128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "options_ui": { "page": "views\/options.html" }, "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "images\/phone_blue.png", "styles\/contentStyle.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ], "action": { "default_icon": "images\/fv_corner_icon_128.png", "default_popup": "views\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*.htm", "file:\/\/\/*.html" ], "css": [ "styles\/contentStyle.css" ], "js": [ "scripts\/libphonenumber-max.min.js", "scripts\/util.js", "scripts\/requestUtil.js", "scripts\/content.js" ], "run_at": "document_idle", "all_frames": true, "match_about_blank": true } ], "content_security_policy": { "script-src": "self", "object-src": "self", "worker-src": "self" } } |