EQL Saver Extension

Don’t let the heaviness of the cart lighten your pockets! Shop as you would and let us do the work of finding and applying coupons!

EQL Saver Extension là gì?

EQL Saver Extension là một tiện ích mở rộng Chrome được phát triển bởi developer, và tính năng chính của nó là "Don’t let the heaviness of the cart lighten your pockets! Shop as you would and let us do the work of finding and applying coupons!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EQL Saver Extension

Tải xuống các tệp mở rộng EQL Saver Extension 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

                        Spend your time on things that matter and leave the coupon hunting to us!
We understand that you have better things to do than spend hours looking for coupons (that may end up not working!)
EQL browser extension does all the work so that you can spend time on things that matter!
💰Coupon Treasure Trove
Shop as you would and let us do the work of finding those hidden coupons for you!
🛍 Shop and Save
Shopping should make your heart feel lighter not your wallet!
💸 Full Cart and Full Wallet
Don’t let the heaviness of the cart lighten your pockets! Save as you shop on your favorite brands!                    

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

Tên EQL Saver Extension EQL Saver Extension
ID nbhnjllomcaebccgeimmfjgckkjooinh
URL Chính Thức https://chromewebstore.google.com/detail/eql-saver-extension/nbhnjllomcaebccgeimmfjgckkjooinh
Mô tả Don’t let the heaviness of the cart lighten your pockets! Shop as you would and let us do the work of finding and applying coupons!
Kích Thước Tệp 736 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-11-12
Ngày Phát Hành 2022-09-14
Nhà Phát Triển developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.eqlfinance.com/
URL Trang Trợ Giúp https://www.eqlfinance.com/
URL Trang Chính Sách Bảo Mật https://www.eqlcash.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EQL Saver Extension",
    "version": "1.2",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "history",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "",
        "https:\/\/eql-saver-extension.herokuapp.com\/"
    ],
    "description": "Don\u2019t let the heaviness of the cart lighten your pockets! Shop as you would and let us do the work of finding and applying coupons!",
    "action": {
        "default_title": "EQL Browser Extension",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/res\/images\/eql-clearback.png",
        "32": ".\/res\/images\/eql-clearback.png",
        "48": ".\/res\/images\/eql-clearback.png",
        "128": ".\/res\/images\/eql-clearback.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "modal.html",
                "res\/font\/Gilroy-Bold.ttf",
                "res\/font\/Gilroy-Medium.ttf",
                "res\/font\/Gilroy-SemiBold.ttf",
                "res\/images\/eql-app-img.png",
                "post-download.html",
                "res\/firebase-compat.js",
                "\/res\/images\/EQLLOGOBIGGER.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}