Chevronne Vici Box
Chevronne Vicidial Container
Chevronne Vici Box là gì?
Chevronne Vici Box là một tiện ích mở rộng Chrome được phát triển bởi https://www.chevronne.com, và tính năng chính của nó là "Chevronne Vicidial Container".
Tải xuống tệp CRX của tiện ích mở rộng Chevronne Vici Box
Tải xuống các tệp mở rộng Chevronne Vici Box 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
Call Recording and Integrated with Chevronne CRM
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chevronne Vici Box |
ID | ljkamdkhhnopceioamfcaiohemhcekhn |
URL Chính Thức | https://chromewebstore.google.com/detail/chevronne-vici-box/ljkamdkhhnopceioamfcaiohemhcekhn |
Mô tả | Chevronne Vicidial Container |
Kích Thước Tệp | 53.13 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2018-04-16 |
Ngày Phát Hành | 2018-04-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.chevronne.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chevronne Vici Box", "description": "Chevronne Vicidial Container", "version": "1.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "browser_action": { "default_title": "Chevronne Vici Box", "default_icon": "logo_chev1.png", "default_popup": "ViciBox.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.studyideas.com\/*", "*:\/\/*.careeroverseas.com\/*", "*:\/\/*.opulentian.com\/*", "*:\/\/*.connect2mv.com\/*", "*:\/\/*.zentora.com\/*", "*:\/\/*.othervisas.com\/*", "*:\/\/*.migrationideas.com\/*" ], "js": [ "communicator.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.studyideas.com\/*", "*:\/\/*.careeroverseas.com\/*", "*:\/\/*.opulentian.com\/*", "*:\/\/*.connect2mv.com\/*", "*:\/\/*.zentora.com\/*", "*:\/\/*.othervisas.com\/*", "*:\/\/*.migrationideas.com\/*" ] }, "background": { "page": "background.html" }, "manifest_version": 2 } |