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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}