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 |
公式URL | 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 |
Eメール | [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" } } |