ContactOn

ContactOn Sign-in

Qu'est-ce que ContactOn ?

ContactOn est une extension Chrome développée par Opennetworks (Pty) Ltd, et sa fonction principale est "ContactOn Sign-in".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ContactOn

Téléchargez les fichiers d'extension ContactOn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ContactOn ContactOn
ID hmnpphonokhahpamocdfnieffiaimmen
URL Officiel https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen
Description ContactOn Sign-in
Taille du Fichier 7.66 KB
Nombre d'Installations 351
Version Actuelle 6.4.0
Dernière Mise à Jour 2020-12-17
Date de Publication 2019-05-02
Évaluation 5.00/5 Total 9 Évaluations
Développeur Opennetworks (Pty) Ltd
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.contacton.com
URL de la Page d'Aide https://www.contacton.com
URL de la Page de Politique de Confidentialité https://contacton.com/docs/privacy.html
Langues Prises en Charge 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"
    ]
}