iLink Connect

iLink Connect support for iLink @ i3cloud.com

iLink Connectとは何ですか?

iLink Connectはcloudtrio.comによって開発されたChromeの拡張機能で、その主な機能は「iLink Connect support for iLink @ i3cloud.com」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        iLink Connect is an extension to be used with iLink from i3cloud.com.  iLink connect when used with the iLink Gmail Gadget allows for email access without IMAP.

Only install this extension if you are a valid iLink Gmail Gadget user.

Note - this extension will only work in Chrome.  You must use chrome for any iLink related email logging activity.                    

拡張機能の基本情報

名前 iLink Connect iLink Connect
ID oeldklikoppjegkbidkohbfefkgnlaho
公式URL https://chromewebstore.google.com/detail/ilink-connect/oeldklikoppjegkbidkohbfefkgnlaho
説明 iLink Connect support for iLink @ i3cloud.com
ファイルサイズ 16.28 KB
インストール数 79
現在のバージョン 1.1
最終更新日 2014-02-08
公開日 2014-02-08
開発者 cloudtrio.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://i3cloud.com/
ヘルプページのURL http://i3cloud.com/
プライバシーポリシーページのURL http://cloudtrio.com/PrivacyPolicy.aspx
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLink Connect",
    "version": "1.1",
    "description": "iLink Connect support for iLink @ i3cloud.com",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*iLinkGadget*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}