Shopping Tips

Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!

ما هو Shopping Tips؟

Shopping Tips هو إضافة Chrome تم تطويرها بواسطة https://busysquirrels.com، والميزة الرئيسية لها هي "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

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

screenshot

تحميل ملف CRX للإضافة Shopping Tips

قم بتنزيل ملفات الامتداد Shopping Tips بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        BusySquirrels Tips finds you the best discounts so you don't have to! We provide shopping tips (cashback, coupon, credit card rewards, amex offer and more) all in one place for users to save money and time during online shopping. It works on thousands of shopping and travel websites, including Amazon, Walmart, BestBuy, Target, Booking, Airbnb, and many more.                    

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

الاسم Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
عنوان URL الرسمي https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
الوصف Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
حجم الملف 768 KB
عدد التثبيتات 25
النسخة الحالية 0.16
آخر تحديث 2021-11-23
تاريخ النشر 2021-04-13
تقييم 5.00/5 مجموع تقييمات 12
المطور https://busysquirrels.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://busysquirrels.com/
عنوان صفحة المساعدة https://busysquirrels.com/help-extension
عنوان صفحة سياسة الخصوصية https://busysquirrels.com/privacy-policy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopping Tips",
    "description": "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!",
    "version": "0.16",
    "manifest_version": 3,
    "icons": {
        "192": "icons\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/logo16bw.png",
            "32": "icons\/logo32bw.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "notification\/main.css",
                "notification\/main.js",
                "notification\/notification.html",
                "notification_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}