Simotel Click2dial chrome extension
Use context menu to call with Simotel
Qu'est-ce que Simotel Click2dial chrome extension ?
Simotel Click2dial chrome extension est une extension Chrome développée par Nasim Telecom, et sa fonction principale est "Use context menu to call with Simotel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simotel Click2dial chrome extension
Téléchargez les fichiers d'extension Simotel Click2dial chrome extension 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
Simotel Click2Dial chrome extension provide a simple way to send phone numbers to Simotel client apps. How to use: Select the any phone number you wish to call in chrome tabs, open context menu by right click and finally click on Simotel icon, calls send to your Simotel apps. Notice: This app is usable for Simotel PBX.
Informations de Base sur l'Extension
Nom | Simotel Click2dial chrome extension |
ID | bcmgcllckkknkmlkdlckejiedighncha |
URL Officiel | https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha |
Description | Use context menu to call with Simotel |
Taille du Fichier | 105 KB |
Nombre d'Installations | 284 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2023-03-14 |
Date de Publication | 2020-08-14 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Nasim Telecom |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://simotel.com/ |
URL de la Page d'Aide | https://simotel.com/contact/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simotel Click2dial chrome extension", "description": "Use context menu to call with Simotel", "version": "2.0", "manifest_version": 2, "options_page": "index.html", "permissions": [ "notifications", "contextMenus", "storage", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/simotel.js", "js\/background.js", "js\/jquery.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/simotel.js", "js\/jquery.min.js", "js\/content.js" ] } ], "browser_action": { "default_popup": "index.html" }, "icons": { "32": "images\/simotel32.png", "64": "images\/simotel64.png", "128": "images\/simotel128.png" } } |