ContactOn

ContactOn Sign-in

Co je ContactOn?

ContactOn je rozšíření Chrome vyvinuté Opennetworks (Pty) Ltd, a jeho hlavní funkcí je „ContactOn Sign-in“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ContactOn

Stáhněte si soubory rozšíření ContactOn ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ContactOn ContactOn
ID hmnpphonokhahpamocdfnieffiaimmen
Oficiální URL https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen
Popis ContactOn Sign-in
Velikost souboru 7.66 KB
Počet instalací 351
Aktuální Verze 6.4.0
Poslední Aktualizace 2020-12-17
Datum Vydání 2019-05-02
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Opennetworks (Pty) Ltd
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.contacton.com
URL Stránky Nápovědy https://www.contacton.com
URL Stránky Zásad Ochrany Soukromí https://contacton.com/docs/privacy.html
Podporované Jazyky 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"
    ]
}