iLink Connect

iLink Connect support for iLink @ i3cloud.com

Wat is iLink Connect?

iLink Connect is een Chrome-extensie ontwikkeld door cloudtrio.com, en de belangrijkste functie is "iLink Connect support for iLink @ i3cloud.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie iLink Connect

Download iLink Connect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam iLink Connect iLink Connect
ID oeldklikoppjegkbidkohbfefkgnlaho
Officiële URL https://chromewebstore.google.com/detail/ilink-connect/oeldklikoppjegkbidkohbfefkgnlaho
Beschrijving iLink Connect support for iLink @ i3cloud.com
Bestandsgrootte 16.28 KB
Aantal Installaties 79
Huidige Versie 1.1
Laatst Bijgewerkt 2014-02-08
Publicatiedatum 2014-02-08
Ontwikkelaar cloudtrio.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://i3cloud.com/
Help Pagina-URL http://i3cloud.com/
URL van de Privacybeleid Pagina http://cloudtrio.com/PrivacyPolicy.aspx
Ondersteunde Talen 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"
        }
    ]
}