Simply Best Coupons - Cashback and Coupons

Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.

ما هو Simply Best Coupons - Cashback and Coupons؟

Simply Best Coupons - Cashback and Coupons هو إضافة Chrome تم تطويرها بواسطة https://simplybestcoupons.com، والميزة الرئيسية لها هي "Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Simply Best Coupons - Cashback and Coupons

قم بتنزيل ملفات الامتداد Simply Best Coupons - Cashback and Coupons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Reminder to earn cash back when you visit online stores.

Please see our website and browser extension privacy policy here:
https://www.simplybestcoupons.com/Privacy/                    

معلومات أساسية عن التمديد

الاسم Simply Best Coupons - Cashback and Coupons Simply Best Coupons - Cashback and Coupons
ID opihcipckemolhojbblphpfegfbimhgo
عنوان URL الرسمي https://chromewebstore.google.com/detail/simply-best-coupons-cashb/opihcipckemolhojbblphpfegfbimhgo
الوصف Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.
حجم الملف 1.17 MB
عدد التثبيتات 5,058
النسخة الحالية 2.3.0.1
آخر تحديث 2023-05-04
تاريخ النشر 2020-05-15
تقييم 3.94/5 مجموع تقييمات 17
المطور https://simplybestcoupons.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.simplybestcoupons.com/
عنوان صفحة المساعدة https://www.simplybestcoupons.com/ContactUs/
عنوان صفحة سياسة الخصوصية https://www.simplybestcoupons.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simply Best Coupons - Cashback and Coupons",
    "version": "2.3.0.1",
    "description": "Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.",
    "homepage_url": "https:\/\/www.simplybestcoupons.com\/",
    "author": "Simplybestcoupons",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon-32.png",
        "default_title": "Simply Best Coupons",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-32.png",
        "18": "icon-32.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                ".\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}