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 |
官方URL | 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" ] } |