Pepper | Shopping with Savings

Don’t look for discounts anymore! Pepper finds the best ones for you.

Pepper | Shopping with Savings क्या है?

Pepper | Shopping with Savings https://pepper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don’t look for discounts anymore! Pepper finds the best ones for you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pepper | Shopping with Savings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🛍 YOUR SHOPPING ASSISTANT
Browse your favorite stores, and shop as usual.
The extension will alert you as soon as a discount or a good deal is available on our partner stores.


🔥 HOTTEST DEALS FROM OUR COMMUNITY
Top deals from the Hotukdeals community at your fingertips!
Access the best deals and freebies from diverse retailers in a click, all shared by our savvy shopper community.


✨  AUTOMATIC TEST OF COUPONS
No need to search for discounts on the internet anymore!
As soon as you are on a shopping cart page, the GSG extension will automatically test all available coupons and apply the best. 


✅ YOUR PRIVACY
Hotukdeals only identifies partner website URLs to offer you discounts when you make purchases.
For more information please visit our Privacy Policy: 
- https://www.pepper.pl/privacy-policy
- https://nl.pepper.com/privacy-policy

We will never collect your addresses, transactions, balances or any other personal information.

We will never sell your data to anyone.

Cookies settings

Analytical cookies are used to understand how visitors interact with the extension: Number of visitors, traffic source, etc. You can always change or withdraw your consent from the settings page. For more information please visit our Cookie Policy:
- https://www.pepper.pl/cookies-policy
- https://nl.pepper.com/cookiebeleid                    

एक्सटेंशन की मूल जानकारी

नाम Pepper | Shopping with Savings Pepper | Shopping with Savings
ID bencobnblhoiacjofkgcnebancoikofo
आधिकारिक URL https://chromewebstore.google.com/detail/pepper-shopping-with-savi/bencobnblhoiacjofkgcnebancoikofo
विवरण Don’t look for discounts anymore! Pepper finds the best ones for you.
फ़ाइल का आकार 1.32 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2023-10-03
रेटिंग 4.25/5 कुल 16 रेटिंग्स
डेवलपर https://pepper.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pepper.com
सहायता पृष्ठ URL https://www.pepper.pl/faq
गोपनीयता नीति पृष्ठ URL https://www.pepper.pl/privacy-policy
समर्थित भाषाएँ en,nl,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG__extensionName__",
    "description": "__MSG__extensionDescription__",
    "version": "1.2.4",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "public\/icons\/icon.png",
        "48": "public\/icons\/icon.png",
        "128": "public\/icons\/icon.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "injection.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/public\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}