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 هو إضافة Chrome تم تطويرها بواسطة developer، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة EQL Saver Extension

قم بتنزيل ملفات الامتداد EQL Saver Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://www.eqlfinance.com/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}