ContactOn
ContactOn Sign-in
What is ContactOn?
ContactOn is a Chrome extension developed by Opennetworks (Pty) Ltd, and its main feature is "ContactOn Sign-in".
Extension Screenshots
Download ContactOn Extension CRX File
Download ContactOn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
Official URL | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
Description | ContactOn Sign-in |
File Size | 7.66 KB |
Installation Count | 351 |
Current Version | 6.4.0 |
Last Updated | 2020-12-17 |
Publish Date | 2019-05-02 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Opennetworks (Pty) Ltd |
[email protected] | |
Payment Type | free |
Extension Website | https://www.contacton.com |
Help Page URL | https://www.contacton.com |
Privacy Policy Page URL | https://contacton.com/docs/privacy.html |
Supported Languages | 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" ] } |