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とは何ですか?

EQL Saver Extensionはdeveloperによって開発されたChromeの拡張機能で、その主な機能は「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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

EQL Saver Extension拡張機能のCRXファイルをダウンロード

EQL Saver Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 EQL Saver Extension EQL Saver Extension
ID nbhnjllomcaebccgeimmfjgckkjooinh
公式URL https://chromewebstore.google.com/detail/eql-saver-extension/nbhnjllomcaebccgeimmfjgckkjooinh
説明 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!
ファイルサイズ 736 KB
インストール数 14
現在のバージョン 1.2
最終更新日 2022-11-12
公開日 2022-09-14
開発者 developer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.eqlfinance.com/
ヘルプページのURL https://www.eqlfinance.com/
プライバシーポリシーページのURL https://www.eqlcash.com/privacy
対応言語 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": [
                ""
            ]
        }
    ]
}