EZLynx Carrier Integration

Easily log in to carrier websites from EZLynx

EZLynx Carrier Integration là gì?

EZLynx Carrier Integration là một tiện ích mở rộng Chrome được phát triển bởi https://ezlynx.com, và tính năng chính của nó là "Easily log in to carrier websites from EZLynx".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EZLynx Carrier Integration

Tải xuống các tệp mở rộng EZLynx Carrier Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EZLynx Carrier Integration EZLynx Carrier Integration
ID ggghibegcmeephcnplmagiceahgfkomk
URL Chính Thức https://chromewebstore.google.com/detail/ezlynx-carrier-integratio/ggghibegcmeephcnplmagiceahgfkomk
Mô tả Easily log in to carrier websites from EZLynx
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 46,496
Phiên Bản Hiện Tại 1.001
Cập Nhật Lần Cuối 2023-06-09
Ngày Phát Hành 2019-10-01
Đánh Giá 4.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://ezlynx.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ezlynx.com
URL Trang Trợ Giúp http://support.ezlynx.com/
URL Trang Chính Sách Bảo Mật https://www.ezlynx.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}