ContactOn
ContactOn Sign-in
Was ist ContactOn?
ContactOn ist eine Chrome-Erweiterung, die von Opennetworks (Pty) Ltd entwickelt wurde, und ihr Hauptmerkmal ist "ContactOn Sign-in".
Erweiterungsscreenshots
ContactOn-Erweiterungs-CRX-Datei herunterladen
Laden Sie ContactOn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
Offizielle URL | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
Beschreibung | ContactOn Sign-in |
Dateigröße | 7.66 KB |
Installationsanzahl | 351 |
Aktuelle Version | 6.4.0 |
Letztes Update | 2020-12-17 |
Veröffentlichungsdatum | 2019-05-02 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | Opennetworks (Pty) Ltd |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.contacton.com |
Hilfeseite URL | https://www.contacton.com |
URL der Datenschutzrichtlinien-Seite | https://contacton.com/docs/privacy.html |
Unterstützte Sprachen | 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" ] } |