EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

What is EZLynx Carrier Integration?

EZLynx Carrier Integration is a Chrome extension developed by https://ezlynx.com, and its main feature is "Easily log in to carrier websites from EZLynx".

Extension Screenshots

screenshot

Download EZLynx Carrier Integration Extension CRX File

Download EZLynx Carrier Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name EZLynx Carrier Integration EZLynx Carrier Integration
ID ggghibegcmeephcnplmagiceahgfkomk
Official URL https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk
Description Easily log in to carrier websites from EZLynx
File Size 112 KB
Installation Count 46,496
Current Version 1.001
Last Updated 2023-06-09
Publish Date 2019-10-01
Rating 4.55/5 Total 11 Ratings
Developer https://ezlynx.com
Email [email protected]
Payment Type free
Extension Website http://www.ezlynx.com
Help Page URL http://support.ezlynx.com/
Privacy Policy Page URL https://www.ezlynx.com/legal/privacy
Supported Languages 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"
    }
}