ContactOn

ContactOn Sign-in

Co to jest ContactOn?

ContactOn to rozszerzenie Chrome opracowane przez Opennetworks (Pty) Ltd, a jego główną funkcją jest „ContactOn Sign-in”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ContactOn

Pobierz pliki rozszerzeń ContactOn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ContactOn ContactOn
ID hmnpphonokhahpamocdfnieffiaimmen
Oficjalny URL https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen
Opis ContactOn Sign-in
Rozmiar pliku 7.66 KB
Liczba instalacji 351
Aktualna Wersja 6.4.0
Ostatnia Aktualizacja 2020-12-17
Data Publikacji 2019-05-02
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Opennetworks (Pty) Ltd
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.contacton.com
Adres URL Strony Pomocy https://www.contacton.com
Adres URL Strony Polityki Prywatności https://contacton.com/docs/privacy.html
Obsługiwane Języki 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"
    ]
}