EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

什麼是EZLynx Carrier Integration?

EZLynx Carrier Integration是由https://ezlynx.com開發的Chrome擴展程式,該擴展的主要功能是“Easily log in to carrier websites from EZLynx”。

擴展截圖

screenshot

下載EZLynx Carrier Integration擴展crx文件

下載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
官方網址 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"
    }
}