ContactOn
ContactOn Sign-in
什麼是ContactOn?
ContactOn是由Opennetworks (Pty) Ltd開發的Chrome擴展程式,該擴展的主要功能是“ContactOn Sign-in”。
擴展截圖
下載ContactOn擴展crx文件
下載ContactOn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
官方網址 | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
簡介 | ContactOn Sign-in |
檔案大小 | 7.66 KB |
安裝次數 | 351 |
目前版本 | 6.4.0 |
更新時間 | 2020-12-17 |
上架時間 | 2019-05-02 |
評分 | 5.00/5 共 9 次評分 |
開發者 | Opennetworks (Pty) Ltd |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.contacton.com |
說明頁面URL | https://www.contacton.com |
隱私政策頁面URL | https://contacton.com/docs/privacy.html |
支援的語言 | 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" ] } |