ShopSavvy

Automatically check prices at over 70,000 retailers when you visit any product.

ما هو ShopSavvy؟

ShopSavvy هو إضافة Chrome تم تطويرها بواسطة https://shopsavvy.com، والميزة الرئيسية لها هي "Automatically check prices at over 70,000 retailers when you visit any product.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ShopSavvy

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

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

                        Check the price at over 70,000 retailers instantly, so you get the best deal every time!

Works automatically when you visit product pages at any retailer.

Know every retailer's price before choosing which to buy from.

Prices and availability are checked automatically, in real time.

Important details like arrival date and estimated shipping cost are also shown, compare it all!

Coupon codes and deals are shown as well, so you can save *even more* on top of already finding the cheapest price!

Enter a postal code in Options to see prices at nearby "brick and mortar" stores, including if they have the item in stock right now.

Help us keep ShopSavvy working at all your favorite retailers! Send any pages that don't work as expected to us at [email protected]

Privacy Policy: https://shopsavvy.com/privacy

--------------------------------------------------------------------------------

For over 12 years ShopSavvy has helped over 30 million people save money using their mobile devices on Android and iOS.

Now, we're bringing our years of price comparison experience to the browser.

When you visit a product page, ShopSavvy searches over 60,000 retailers (both online and nearby "brick and mortar") in real time for details like price and availability, then shows them all to you in a sidebar.

--------------------------------------------------------------------------------

"On behalf of the whole ShopSavvy team, we’d like to thank you for considering our extension!
We’re working hard everyday to make shopping easier, less stressful, and most importantly, fair for everyone."

- ShopSavvy Founders (Rylan, John, & Jake)                    

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

الاسم ShopSavvy ShopSavvy
ID megchchilhekbbnfcklodmndefbhkbco
عنوان URL الرسمي https://chromewebstore.google.com/detail/shopsavvy/megchchilhekbbnfcklodmndefbhkbco
الوصف Automatically check prices at over 70,000 retailers when you visit any product.
حجم الملف 3.13 MB
عدد التثبيتات 4,224
النسخة الحالية 2.5.9
آخر تحديث 2023-09-04
تاريخ النشر 2020-06-21
تقييم 3.59/5 مجموع تقييمات 22
المطور https://shopsavvy.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://shopsavvy.com
عنوان صفحة المساعدة https://shopsavvy.com/contact
عنوان صفحة سياسة الخصوصية https://shopsavvy.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.9",
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "background": {
        "scripts": [
            "extension-background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "extension-foreground-overlay.html",
        "extension-foreground-injected-button-watch.html",
        "extension-popup.html",
        "extension-modal-item-settings.html",
        "chart.html",
        "extension-foreground-overlay.js",
        "extension-foreground-injected-button-watch.js",
        "extension-popup.js",
        "extension-modal-item-settings.js",
        "chart.js",
        "tailwind.css",
        "images\/loading.gif",
        "images\/loading-dark.gif",
        "images\/chevron-down.png",
        "images\/checkmark-circle-fill.svg",
        "images\/checkmark-circle-fill-hover.svg",
        "images\/checkmark-circle-fill-dark.svg",
        "images\/checkmark-circle-fill-dark-hover.svg",
        "images\/circle-dotted.svg"
    ],
    "browser_action": {
        "default_popup": "extension-popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-24.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-48.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/shopsavvy-firebase.appspot.com.storage.googleapis.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/firestore.googleapis.com https:\/\/www.googleapis.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net https:\/\/ssl.google-analytics.com https:\/\/cdn.jsdelivr.net https:\/\/cdnjs.cloudflare.com https:\/\/unpkg.com https:\/\/shopsavvy.com 'unsafe-eval' 'sha256-zcTj\/pcxqZj12hGCioymSKVkrIVzHJN6znUVgUwiH2I='; object-src 'self';",
    "permissions": [
        "alarms",
        "gcm",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "extension-foreground.js"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}