iLink Connect

iLink Connect support for iLink @ i3cloud.com

Apa itu iLink Connect?

iLink Connect adalah ekstensi Chrome yang dikembangkan oleh cloudtrio.com, dan fitur utamanya adalah "iLink Connect support for iLink @ i3cloud.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi iLink Connect

Unduh file ekstensi iLink Connect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama iLink Connect iLink Connect
ID oeldklikoppjegkbidkohbfefkgnlaho
URL Resmi https://chromewebstore.google.com/detail/ilink-connect/oeldklikoppjegkbidkohbfefkgnlaho
Deskripsi iLink Connect support for iLink @ i3cloud.com
Ukuran File 16.28 KB
Jumlah Instalasi 79
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-02-08
Tanggal Publikasi 2014-02-08
Pengembang cloudtrio.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://i3cloud.com/
URL Halaman Bantuan http://i3cloud.com/
URL Halaman Kebijakan Privasi http://cloudtrio.com/PrivacyPolicy.aspx
Bahasa yang Didukung 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"
        }
    ]
}