EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

Co je EZLynx Carrier Integration?

EZLynx Carrier Integration je rozšíření Chrome vyvinuté https://ezlynx.com, a jeho hlavní funkcí je „Easily log in to carrier websites from EZLynx“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EZLynx Carrier Integration

Stáhněte si soubory rozšíření EZLynx Carrier Integration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název EZLynx Carrier Integration EZLynx Carrier Integration
ID ggghibegcmeephcnplmagiceahgfkomk
Oficiální URL https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk
Popis Easily log in to carrier websites from EZLynx
Velikost souboru 112 KB
Počet instalací 46,496
Aktuální Verze 1.001
Poslední Aktualizace 2023-06-09
Datum Vydání 2019-10-01
Hodnocení 4.55/5 Celkem 11 Hodnocení
Vývojář https://ezlynx.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.ezlynx.com
URL Stránky Nápovědy http://support.ezlynx.com/
URL Stránky Zásad Ochrany Soukromí https://www.ezlynx.com/legal/privacy
Podporované Jazyky 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"
    }
}