Simotel Click2dial chrome extension
Use context menu to call with Simotel
Wat is Simotel Click2dial chrome extension?
Simotel Click2dial chrome extension is een Chrome-extensie ontwikkeld door Nasim Telecom, en de belangrijkste functie is "Use context menu to call with Simotel".
Extensie Screenshots
Download het CRX-bestand van de extensie Simotel Click2dial chrome extension
Download Simotel Click2dial chrome extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Simotel Click2dial chrome extension |
ID | bcmgcllckkknkmlkdlckejiedighncha |
Officiële URL | https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha |
Beschrijving | Use context menu to call with Simotel |
Bestandsgrootte | 105 KB |
Aantal Installaties | 284 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-03-14 |
Publicatiedatum | 2020-08-14 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Nasim Telecom |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://simotel.com/ |
Help Pagina-URL | https://simotel.com/contact/ |
Ondersteunde Talen | 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" } } |