Simotel Click2dial chrome extension
Use context menu to call with Simotel
Simotel Click2dial chrome extension là gì?
Simotel Click2dial chrome extension là một tiện ích mở rộng Chrome được phát triển bởi Nasim Telecom, và tính năng chính của nó là "Use context menu to call with Simotel".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simotel Click2dial chrome extension
Tải xuống các tệp mở rộng Simotel Click2dial chrome extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simotel Click2dial chrome extension |
ID | bcmgcllckkknkmlkdlckejiedighncha |
URL Chính Thức | https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha |
Mô tả | Use context menu to call with Simotel |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 284 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-03-14 |
Ngày Phát Hành | 2020-08-14 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Nasim Telecom |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://simotel.com/ |
URL Trang Trợ Giúp | https://simotel.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |