Simotel Click2dial chrome extension
Use context menu to call with Simotel
What is Simotel Click2dial chrome extension?
Simotel Click2dial chrome extension is a Chrome extension developed by Nasim Telecom, and its main feature is "Use context menu to call with Simotel".
Extension Screenshots
Download Simotel Click2dial chrome extension Extension CRX File
Download Simotel Click2dial chrome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simotel Click2dial chrome extension |
ID | bcmgcllckkknkmlkdlckejiedighncha |
Official URL | https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha |
Description | Use context menu to call with Simotel |
File Size | 105 KB |
Installation Count | 284 |
Current Version | 2.0 |
Last Updated | 2023-03-14 |
Publish Date | 2020-08-14 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Nasim Telecom |
[email protected] | |
Payment Type | free |
Extension Website | https://simotel.com/ |
Help Page URL | https://simotel.com/contact/ |
Supported Languages | 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" } } |