EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

EZLynx Carrier Integrationคืออะไร?

EZLynx Carrier Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ezlynx.com และคุณลักษณะหลักของมันคือ "Easily log in to carrier websites from EZLynx"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZLynx Carrier Integration

ดาวน์โหลดไฟล์ส่วนขยาย EZLynx Carrier Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Now you can login to your carrier sites directly from EZLynx while using Chrome!

The EZLynx Chrome Extension provides one click, single sign on functionality for your carrier sites directly from EZLynx.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EZLynx Carrier Integration EZLynx Carrier Integration
ID ggghibegcmeephcnplmagiceahgfkomk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk
คำอธิบาย Easily log in to carrier websites from EZLynx
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 46,496
เวอร์ชันปัจจุบัน 1.001
อัปเดตครั้งล่าสุด 2023-06-09
วันที่เผยแพร่ 2019-10-01
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://ezlynx.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.ezlynx.com
URL หน้าช่วยเหลือ http://support.ezlynx.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.ezlynx.com/legal/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZLynx Carrier Integration",
    "version": "1.001",
    "manifest_version": 3,
    "description": "Easily log in to carrier websites from EZLynx",
    "homepage_url": "http:\/\/www.ezlynx.com\/",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "notifier.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    }
}