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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}