EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

Wat is EZLynx Carrier Integration?

EZLynx Carrier Integration is een Chrome-extensie ontwikkeld door https://ezlynx.com, en de belangrijkste functie is "Easily log in to carrier websites from EZLynx".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EZLynx Carrier Integration

Download EZLynx Carrier Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EZLynx Carrier Integration EZLynx Carrier Integration
ID ggghibegcmeephcnplmagiceahgfkomk
Officiële URL https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk
Beschrijving Easily log in to carrier websites from EZLynx
Bestandsgrootte 112 KB
Aantal Installaties 46,496
Huidige Versie 1.001
Laatst Bijgewerkt 2023-06-09
Publicatiedatum 2019-10-01
Beoordeling 4.55/5 Totaal 11 Beoordelingen
Ontwikkelaar https://ezlynx.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.ezlynx.com
Help Pagina-URL http://support.ezlynx.com/
URL van de Privacybeleid Pagina https://www.ezlynx.com/legal/privacy
Ondersteunde Talen 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"
    }
}