ChromeCall
ChromeCall extension to dial numbers directly from web pages
ChromeCall là gì?
ChromeCall là một tiện ích mở rộng Chrome được phát triển bởi https://oit.co, và tính năng chính của nó là "ChromeCall extension to dial numbers directly from web pages".
Ả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 ChromeCall
Tải xuống các tệp mở rộng ChromeCall 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
ChromeCall is a tool for OITVOIP users to dial numbers directly from their web page, simply by clicking on it. Access your call history, voicemail and more right from your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChromeCall |
ID | pmhfmheghhjencglkapimohepfndgpac |
URL Chính Thức | https://chromewebstore.google.com/detail/chromecall/pmhfmheghhjencglkapimohepfndgpac |
Mô tả | ChromeCall extension to dial numbers directly from web pages |
Kích Thước Tệp | 1.82 MB |
Số Lần Cài Đặt | 155 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-11-16 |
Ngày Phát Hành | 2019-12-12 |
Nhà Phát Triển | https://oit.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://oit.co |
URL Trang Trợ Giúp | https://oit.co/contact |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeCall", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "ChromeCall extension to dial numbers directly from web pages", "version": "1.0.1", "action": { "default_popup": "html\/menu.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/cc content.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/axios.min.js", "js\/rsvp.min.js", "config.js", "js\/stub.js", "js\/search.js", "js\/api.js", "js\/popup.js", "js\/keybind.js", "js\/filter.js", "js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage", "contextMenus" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |