ContactOn

ContactOn Sign-in

ContactOnとは何ですか?

ContactOnはOpennetworks (Pty) Ltdによって開発されたChromeの拡張機能で、その主な機能は「ContactOn Sign-in」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ContactOn拡張機能のCRXファイルをダウンロード

ContactOn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ContactOn ContactOn
ID hmnpphonokhahpamocdfnieffiaimmen
公式URL https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen
説明 ContactOn Sign-in
ファイルサイズ 7.66 KB
インストール数 351
現在のバージョン 6.4.0
最終更新日 2020-12-17
公開日 2019-05-02
評価 5.00/5 合計 9 レビュー
開発者 Opennetworks (Pty) Ltd
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.contacton.com
ヘルプページのURL https://www.contacton.com
プライバシーポリシーページのURL https://contacton.com/docs/privacy.html
対応言語 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"
    ]
}