Discount Codes & Price Comparison: Pricebuddy.be

Discount Codes & Price Comparison: Pricebuddy.be

Discount Codes & Price Comparison: Pricebuddy.beคืออะไร?

Discount Codes & Price Comparison: Pricebuddy.be เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pricebuddy และคุณลักษณะหลักของมันคือ "Discount Codes & Price Comparison: Pricebuddy.be"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discount Codes & Price Comparison: Pricebuddy.be

ดาวน์โหลดไฟล์ส่วนขยาย Discount Codes & Price Comparison: Pricebuddy.be ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}