EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

Cos'è EZLynx Carrier Integration?

EZLynx Carrier Integration è un'estensione di Chrome sviluppata da https://ezlynx.com, e la sua funzione principale è "Easily log in to carrier websites from EZLynx".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EZLynx Carrier Integration

Scarica i file di estensione EZLynx Carrier Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome EZLynx Carrier Integration EZLynx Carrier Integration
ID ggghibegcmeephcnplmagiceahgfkomk
URL Ufficiale https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk
Descrizione Easily log in to carrier websites from EZLynx
Dimensione del File 112 KB
Conteggio Installazioni 46,496
Versione Corrente 1.001
Ultimo Aggiornamento 2023-06-09
Data di Pubblicazione 2019-10-01
Valutazione 4.55/5 Totale 11 Valutazioni
Sviluppatore https://ezlynx.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ezlynx.com
URL della Pagina di Aiuto http://support.ezlynx.com/
URL della Pagina della Politica sulla Privacy https://www.ezlynx.com/legal/privacy
Lingue Supportate 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"
    }
}