Discount Codes & Price Comparison: Pricebuddy.be

Discount Codes & Price Comparison: Pricebuddy.be

Discount Codes & Price Comparison: Pricebuddy.be क्या है?

Discount Codes & Price Comparison: Pricebuddy.be pricebuddy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discount Codes & Price Comparison: Pricebuddy.be"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Discount Codes & Price Comparison: Pricebuddy.be एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        At Promojagers, our goal is to help you save money. We spend a lot of time and energy maintaining our community and finding the best promotions.

We want to go even further and develop fun tools like PriceBuddy, our free browser extension to make it even easier for you to save money and time when searching for discount codes.

As soon as a discount code is available for a webshop you visit, you will automatically see it. This way, you won't miss out on saving a single euro while shopping online :)

Do you have a discount code that is not yet displayed? Then help other Promo hunters! In that case, you can add the code here: https://meldpunt.promojagers.be/

Moreover, with the updated PriceBuddy extension, you can also easily compare prices on Amazon. You will immediately find out in which European Amazon store your product is the cheapest.

Enjoy saving!                    

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

नाम Discount Codes & Price Comparison: Pricebuddy.be Discount Codes & Price Comparison: Pricebuddy.be
ID nfdcnacbhjonmghbbnadkjcejbdlnaep
आधिकारिक URL https://chromewebstore.google.com/detail/discount-codes-price-comp/nfdcnacbhjonmghbbnadkjcejbdlnaep
विवरण Discount Codes & Price Comparison: Pricebuddy.be
फ़ाइल का आकार 237 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2024-03-07
प्रकाशन तिथि 2020-02-20
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर pricebuddy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.promojagers.be
सहायता पृष्ठ URL https://www.promojagers.be/contact
गोपनीयता नीति पृष्ठ URL https://www.promojagers.be/privacy-policy
समर्थित भाषाएँ en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appName__",
    "author": "Friedel Verpoort",
    "version": "1.0.0",
    "default_locale": "nl",
    "action": {
        "default_icon": "icons\/48.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/moment.min.js",
                "js\/vendor\/base64.min.js",
                "js\/vendor\/psl.min.js",
                "js\/vendor\/lodash.min.js",
                "js\/vendor\/vue.min.js",
                "js\/const.js",
                "js\/managers\/storageManager.js",
                "js\/helpers.js",
                "js\/apis\/pjApi.js",
                "js\/services\/pjService.js",
                "js\/components\/pjBar.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "img\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}