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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}