PHONET
Work with missed calls and Phonet call log, integration with Bitrix24, Terrasoft, Megaplan
PHONET là gì?
PHONET là một tiện ích mở rộng Chrome được phát triển bởi https://phonet.ua, và tính năng chính của nó là "Work with missed calls and Phonet call log, integration with Bitrix24, Terrasoft, Megaplan".
Ả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 PHONET
Tải xuống các tệp mở rộng PHONET 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
Интеграция Виртуальной АТС Phonet с Google Chrome, позволяет просматривать звонки и получать уведомления о пропущенных не переходя в другие вкладки.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PHONET |
ID | hangolfhgplpajlpdoeppmdclpliflmb |
URL Chính Thức | https://chromewebstore.google.com/detail/phonet/hangolfhgplpajlpdoeppmdclpliflmb |
Mô tả | Work with missed calls and Phonet call log, integration with Bitrix24, Terrasoft, Megaplan |
Kích Thước Tệp | 6.24 MB |
Số Lần Cài Đặt | 2,542 |
Phiên Bản Hiện Tại | 6.3 |
Cập Nhật Lần Cuối | 2023-03-03 |
Ngày Phát Hành | 2019-11-20 |
Đánh Giá | 4.55/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://phonet.ua |
admin@phonet.ua | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ru", "version": "6.3", "permissions": [ "storage", "contextMenus", "https:\/\/*.betell.com.ua\/*", "https:\/\/*.phonet.ua\/*", "https:\/\/*.phonet.com.ua\/*" ], "optional_permissions": [ "tabs", "background", "notifications" ], "icons": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" }, "browser_action": { "default_icon": { "16": "images\/logo_bw_16x16.png", "32": "images\/logo_bw_32x32.png" }, "default_popup": "index.html?#\/popup" }, "options_page": "index.html?#\/options", "web_accessible_resources": [ "font-awesome\/fonts\/*", "fonts\/*", "lib\/toastr\/toastr.js.map", "lib\/angular\/angular.js.map", "lib\/jquery.js.map", "options\/options.html", "images\/*" ], "background": { "page": "background\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content\/content.css", "font-awesome\/css\/font-awesome.css" ], "js": [ "lib\/jquery.min.js", "lib\/toastr\/toastr.min.js", "content\/content.js" ], "persistent": false } ] } |