MarktMentor

Alle informatie die je nodig hebt voor jouw productonderzoek op bol.

MarktMentor là gì?

MarktMentor là một tiện ích mở rộng Chrome được phát triển bởi https://marktmentor.nl, và tính năng chính của nó là "Alle informatie die je nodig hebt voor jouw productonderzoek op bol.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng MarktMentor 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

                        De Extensie van MarktMentor geeft jouw toegang tot alle informatie die je nodig hebt voor jouw productonderzoek op bol.

Koppel de extensie met MarktMentor en krijg inzichten in sales en omzet voor bijna alle producten op bol.com. 

Wil jij meer informatie over een product? Wil je weten welke verkopers het koopblok hebben gehad? Of wil je weten wat de prijzen en de sales zijn van week tot week in België en Nederland?
Klik op "Bekijk op MarktMentor" en krijg alle informatie die jij wilt weten.

Ben je opzoek naar een ideale niche? Krijg alle zoektrends informatie tot je beschikking direct op bol.                    

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

Tên MarktMentor MarktMentor
ID flaephkoobhnmnomacdifenahnlhpehh
URL Chính Thức https://chromewebstore.google.com/detail/marktmentor/flaephkoobhnmnomacdifenahnlhpehh
Mô tả Alle informatie die je nodig hebt voor jouw productonderzoek op bol.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 1,128
Phiên Bản Hiện Tại 3.12
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2022-08-07
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://marktmentor.nl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.marktmentor.nl/
URL Trang Trợ Giúp https://www.marktmentor.nl/contact
URL Trang Chính Sách Bảo Mật https://www.marktmentor.nl/PrivacyVerklaring.pdf
Ngôn Ngữ Được Hỗ Trợ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MarktMentor",
    "description": "Alle informatie die je nodig hebt voor jouw productonderzoek op bol.",
    "version": "3.12",
    "icons": {
        "16": "\/images\/marktmentor-16x16.png",
        "32": "\/images\/marktmentor-32x32.png",
        "48": "\/images\/marktmentor-48x48.png",
        "128": "\/images\/marktmentor-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "MarktMentor Extensie",
        "default_icon": {
            "16": "\/images\/marktmentor-16x16.png",
            "32": "\/images\/marktmentor-32x32.png",
            "48": "\/images\/marktmentor-48x48.png",
            "128": "\/images\/marktmentor-128x128.png"
        }
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.marktmentor.nl\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.marktmentor.nl\/*",
        "*:\/\/*.bol.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/search_trends.css",
                "css\/sales.css",
                "css\/tooltip.css",
                "css\/radarPopup.css"
            ],
            "js": [
                "content.min.js",
                "externals\/axios.js",
                "js\/html_elements.min.js",
                "externals\/chart.min.js"
            ],
            "matches": [
                "*:\/\/*.bol.com\/*",
                "*:\/\/*.marktmentor.nl\/*"
            ]
        }
    ]
}