iLink Connect

iLink Connect support for iLink @ i3cloud.com

Co to jest iLink Connect?

iLink Connect to rozszerzenie Chrome opracowane przez cloudtrio.com, a jego główną funkcją jest „iLink Connect support for iLink @ i3cloud.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia iLink Connect

Pobierz pliki rozszerzeń iLink Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa iLink Connect iLink Connect
ID oeldklikoppjegkbidkohbfefkgnlaho
Oficjalny URL https://chromewebstore.google.com/detail/ilink-connect/oeldklikoppjegkbidkohbfefkgnlaho
Opis iLink Connect support for iLink @ i3cloud.com
Rozmiar pliku 16.28 KB
Liczba instalacji 79
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-02-08
Data Publikacji 2014-02-08
Deweloper cloudtrio.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://i3cloud.com/
Adres URL Strony Pomocy http://i3cloud.com/
Adres URL Strony Polityki Prywatności http://cloudtrio.com/PrivacyPolicy.aspx
Obsługiwane Języki 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"
        }
    ]
}