iLink Connect

iLink Connect support for iLink @ i3cloud.com

ما هو iLink Connect؟

iLink Connect هو إضافة Chrome تم تطويرها بواسطة cloudtrio.com، والميزة الرئيسية لها هي "iLink Connect support for iLink @ i3cloud.com".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة iLink Connect

قم بتنزيل ملفات الامتداد iLink Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة http://i3cloud.com/
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}