Jivetel
Jivetel Click2Call
Jivetel là gì?
Jivetel là một tiện ích mở rộng Chrome được phát triển bởi https://jivetel.com, và tính năng chính của nó là "Jivetel Click2Call".
Ả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 Jivetel
Tải xuống các tệp mở rộng Jivetel 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
Jivetel Click2Call recognizes numbers on webpages and converts them into highlighted click-able links. This will allow you to click a number on a webpage and automatically connect your Jivetel extension to the party.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jivetel |
ID | cpcholaekimgaoaaiefejoebbohahpdh |
URL Chính Thức | https://chromewebstore.google.com/detail/jivetel/cpcholaekimgaoaaiefejoebbohahpdh |
Mô tả | Jivetel Click2Call |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 249 |
Phiên Bản Hiện Tại | 2.7.0 |
Cập Nhật Lần Cuối | 2019-01-02 |
Ngày Phát Hành | 2019-01-02 |
Nhà Phát Triển | https://jivetel.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://jivetel.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Jivetel", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "*" ], "description": "Jivetel Click2Call", "background": { "page": "background.html" }, "homepage_url": "http:\/\/jivetel.com\/", "version": "2.7.0", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com; object-src 'self' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com", "browser_action": { "default_icon": "icons\/button.png", "default_title": "Jivetel Click2Call on highlighted numbers" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |