Marktplaats

Laat tijdens het shoppen bij grote webshops het aanbod op Marktplaats zien

Marktplaats là gì?

Marktplaats là một tiện ích mở rộng Chrome được phát triển bởi https://www.marktplaats.nl, và tính năng chính của nó là "Laat tijdens het shoppen bij grote webshops het aanbod op Marktplaats zien".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Marktplaats

Tải xuống các tệp mở rộng Marktplaats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Op de productpagina van alle grote webshops wordt het logo van Marktplaats getoond die aangeeft hoeveel soortgelijke producten er op Marktplaats staan. Als je hierop klikt, opent de pagina met zoekresultaten op Marktplaats. Zo vind je gemakkelijk een betere deal.
Als het product niet kan worden gevonden op Marktplaats, wordt het logo niet getoond.
Webshops waarop je met deze extensie kan vergelijken zijn:
- Bol.com
- Coolblue
- Wehkamp
- Ikea
- Praxis
- en nog vele andere!
Staat jouw favoriete webshop er niet tussen? Laat dit dan weten op deze pagina bij "Ondersteuning".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Marktplaats Marktplaats
ID foofiloijpahflagcklieogomeeohpdc
URL Chính Thức https://chromewebstore.google.com/detail/marktplaats/foofiloijpahflagcklieogomeeohpdc
Mô tả Laat tijdens het shoppen bij grote webshops het aanbod op Marktplaats zien
Kích Thước Tệp 28.25 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2023-03-28
Ngày Phát Hành 2020-06-19
Đánh Giá 3.48/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://www.marktplaats.nl
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marktplaats",
    "short_name": "Marktplaats",
    "version": "0.0.6",
    "description": "Laat tijdens het shoppen bij grote webshops het aanbod op Marktplaats zien",
    "permissions": [
        "https:\/\/www.marktplaats.nl\/groups\/search\/danish*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mpExtStyles.css"
            ],
            "js": [
                "mpContentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/mp-logo.png"
            ],
            "matches": [
                "https:\/\/www.bol.com\/*",
                "https:\/\/www.wehkamp.nl\/*",
                "https:\/\/www.coolblue.nl\/*",
                "https:\/\/www.praxis.nl\/*",
                "https:\/\/www.ikea.com\/*",
                "https:\/\/www.lidl-shop.nl\/*",
                "https:\/\/www.hema.nl\/*",
                "https:\/\/www.cameranu.nl\/*",
                "https:\/\/www.mantel.com\/*",
                "https:\/\/www.babypark.nl\/*",
                "https:\/\/www.baby-dump.nl\/*",
                "https:\/\/www.adidas.nl\/*",
                "https:\/\/www.bruna.nl\/*",
                "https:\/\/www.bookspot.nl\/*",
                "https:\/\/www.intertoys.nl\/*",
                "https:\/\/www.fonq.nl\/*",
                "https:\/\/www.blokker.nl\/*",
                "https:\/\/www.leenbakker.nl\/*",
                "https:\/\/www.karwei.nl\/*",
                "https:\/\/www.gamma.nl\/*",
                "https:\/\/www.apple.com\/*",
                "https:\/\/www.bcc.nl\/*",
                "https:\/\/www.kamera-express.nl\/*",
                "https:\/\/www.thomann.de\/*",
                "https:\/\/www.keymusic.com\/*",
                "https:\/\/www.intratuin.nl\/*",
                "https:\/\/www.aboutyou.nl\/*",
                "https:\/\/www.kleren.com\/*",
                "https:\/\/www.nedgame.nl\/*",
                "https:\/\/webwinkel.anwb.nl\/*",
                "https:\/\/www.bax-shop.nl\/*",
                "https:\/\/www.conrad.nl\/*",
                "https:\/\/www.debijenkorf.nl\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "48": "img\/favicon-48x48.png",
        "128": "img\/favicon-128x128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "img\/favicon-16x16.png",
            "32": "img\/favicon-32x32.png",
            "48": "img\/favicon-48x48.png",
            "128": "img\/favicon-128x128.png"
        }
    },
    "manifest_version": 3
}