ContactOn
ContactOn Sign-in
ContactOn là gì?
ContactOn là một tiện ích mở rộng Chrome được phát triển bởi Opennetworks (Pty) Ltd, và tính năng chính của nó là "ContactOn Sign-in".
Ả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 ContactOn
Tải xuống các tệp mở rộng ContactOn 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
In the constant rush of today, we are making tasks simpler and faster for you. Now you can further integrate ContactOn and Google Workspace to access information directly from your Google Workspace Mail. Once this Chrome Extension is installed you will find the "On" icon has appeared at the top of your Mail, Drive, Calendar and Document home screens. Clicking this icon will direct you to your ContactOn sign in page. If you are already signed into your Google Workspace account you will be automatically signed into ContactOn. If your mail was open before you installed this extension, simply refresh your mail screen to activate the extension. If you don't have a ContactOn account, feel free to give our sales team a shout.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
URL Chính Thức | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
Mô tả | ContactOn Sign-in |
Kích Thước Tệp | 7.66 KB |
Số Lần Cài Đặt | 351 |
Phiên Bản Hiện Tại | 6.4.0 |
Cập Nhật Lần Cuối | 2020-12-17 |
Ngày Phát Hành | 2019-05-02 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Opennetworks (Pty) Ltd |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.contacton.com |
URL Trang Trợ Giúp | https://www.contacton.com |
URL Trang Chính Sách Bảo Mật | https://contacton.com/docs/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ContactOn", "version": "6.4.0", "homepage_url": "https:\/\/www.contacton.com", "description": "ContactOn Sign-in", "icons": { "128": "chromeextensionicon-01.png" }, "permissions": [ "*:\/\/*.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/drive.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/calendar.google.com\/*", "*:\/\/sites.google.com\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "*.svg" ] } |