iLink Connect

iLink Connect support for iLink @ i3cloud.com

iLink Connect là gì?

iLink Connect là một tiện ích mở rộng Chrome được phát triển bởi cloudtrio.com, và tính năng chính của nó là "iLink Connect support for iLink @ i3cloud.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng iLink Connect

Tải xuống các tệp mở rộng iLink Connect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iLink Connect iLink Connect
ID oeldklikoppjegkbidkohbfefkgnlaho
URL Chính Thức https://chromewebstore.google.com/detail/ilink-connect/oeldklikoppjegkbidkohbfefkgnlaho
Mô tả iLink Connect support for iLink @ i3cloud.com
Kích Thước Tệp 16.28 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-02-08
Ngày Phát Hành 2014-02-08
Nhà Phát Triển cloudtrio.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://i3cloud.com/
URL Trang Trợ Giúp http://i3cloud.com/
URL Trang Chính Sách Bảo Mật http://cloudtrio.com/PrivacyPolicy.aspx
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}