ContactOn

ContactOn Sign-in

Wat is ContactOn?

ContactOn is een Chrome-extensie ontwikkeld door Opennetworks (Pty) Ltd, en de belangrijkste functie is "ContactOn Sign-in".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ContactOn

Download ContactOn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ContactOn ContactOn
ID hmnpphonokhahpamocdfnieffiaimmen
Officiële URL https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen
Beschrijving ContactOn Sign-in
Bestandsgrootte 7.66 KB
Aantal Installaties 351
Huidige Versie 6.4.0
Laatst Bijgewerkt 2020-12-17
Publicatiedatum 2019-05-02
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Opennetworks (Pty) Ltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.contacton.com
Help Pagina-URL https://www.contacton.com
URL van de Privacybeleid Pagina https://contacton.com/docs/privacy.html
Ondersteunde Talen 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"
    ]
}