iLink Connect

iLink Connect support for iLink @ i3cloud.com

iLink Connect क्या है?

iLink Connect cloudtrio.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "iLink Connect support for iLink @ i3cloud.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iLink Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    ]
}