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
官方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"
    }
}