EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

Apa itu EZLynx Carrier Integration?

EZLynx Carrier Integration adalah ekstensi Chrome yang dikembangkan oleh https://ezlynx.com, dan fitur utamanya adalah "Easily log in to carrier websites from EZLynx".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EZLynx Carrier Integration

Unduh file ekstensi EZLynx Carrier Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama EZLynx Carrier Integration EZLynx Carrier Integration
ID ggghibegcmeephcnplmagiceahgfkomk
URL Resmi https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk
Deskripsi Easily log in to carrier websites from EZLynx
Ukuran File 112 KB
Jumlah Instalasi 46,496
Versi Saat Ini 1.001
Terakhir Diperbarui 2023-06-09
Tanggal Publikasi 2019-10-01
Penilaian 4.55/5 Total 11 Penilaian
Pengembang https://ezlynx.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.ezlynx.com
URL Halaman Bantuan http://support.ezlynx.com/
URL Halaman Kebijakan Privasi https://www.ezlynx.com/legal/privacy
Bahasa yang Didukung 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"
    }
}