Simotel Click2dial chrome extension
Use context menu to call with Simotel
什麼是Simotel Click2dial chrome extension?
Simotel Click2dial chrome extension是由Nasim Telecom開發的Chrome擴展程式,該擴展的主要功能是“Use context menu to call with Simotel”。
擴展截圖
下載Simotel Click2dial chrome extension擴展crx文件
下載Simotel Click2dial chrome extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Simotel Click2dial chrome extension |
ID | bcmgcllckkknkmlkdlckejiedighncha |
官方網址 | https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha |
簡介 | Use context menu to call with Simotel |
檔案大小 | 105 KB |
安裝次數 | 284 |
目前版本 | 2.0 |
更新時間 | 2023-03-14 |
上架時間 | 2020-08-14 |
評分 | 5.00/5 共 8 次評分 |
開發者 | Nasim Telecom |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://simotel.com/ |
說明頁面URL | https://simotel.com/contact/ |
支援的語言 | 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" } } |