iLink Connect

iLink Connect support for iLink @ i3cloud.com

What is iLink Connect?

iLink Connect is a Chrome extension developed by cloudtrio.com, and its main feature is "iLink Connect support for iLink @ i3cloud.com".

Extension Screenshots

screenshot
screenshot

Download iLink Connect Extension CRX File

Download iLink Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iLink Connect iLink Connect
ID oeldklikoppjegkbidkohbfefkgnlaho
Official URL https://chromewebstore.google.com/detail/ilink-connect/oeldklikoppjegkbidkohbfefkgnlaho
Description iLink Connect support for iLink @ i3cloud.com
File Size 16.28 KB
Installation Count 79
Current Version 1.1
Last Updated 2014-02-08
Publish Date 2014-02-08
Developer cloudtrio.com
Email [email protected]
Payment Type free
Extension Website http://i3cloud.com/
Help Page URL http://i3cloud.com/
Privacy Policy Page URL http://cloudtrio.com/PrivacyPolicy.aspx
Supported Languages 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"
        }
    ]
}