ContactOn
ContactOn Sign-in
Cos'è ContactOn?
ContactOn è un'estensione di Chrome sviluppata da Opennetworks (Pty) Ltd, e la sua funzione principale è "ContactOn Sign-in".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ContactOn
Scarica i file di estensione ContactOn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
URL Ufficiale | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
Descrizione | ContactOn Sign-in |
Dimensione del File | 7.66 KB |
Conteggio Installazioni | 351 |
Versione Corrente | 6.4.0 |
Ultimo Aggiornamento | 2020-12-17 |
Data di Pubblicazione | 2019-05-02 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | Opennetworks (Pty) Ltd |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.contacton.com |
URL della Pagina di Aiuto | https://www.contacton.com |
URL della Pagina della Politica sulla Privacy | https://contacton.com/docs/privacy.html |
Lingue Supportate | 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" ] } |