MarktMentor

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

MarktMentor란 무엇입니까?

MarktMentor은(는) https://marktmentor.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alle informatie die je nodig hebt voor jouw productonderzoek op bol."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MarktMentor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MarktMentor MarktMentor
ID flaephkoobhnmnomacdifenahnlhpehh
공식 URL https://chromewebstore.google.com/detail/marktmentor/flaephkoobhnmnomacdifenahnlhpehh
설명 Alle informatie die je nodig hebt voor jouw productonderzoek op bol.
파일 크기 108 KB
설치 횟수 1,128
현재 버전 3.12
최근 업데이트 2024-01-22
출시 날짜 2022-08-07
평점 4.60/5 총 5 개의 평점
개발자 https://marktmentor.nl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.marktmentor.nl/
도움말 페이지 URL https://www.marktmentor.nl/contact
개인정보 보호 정책 페이지 URL https://www.marktmentor.nl/PrivacyVerklaring.pdf
지원되는 언어 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\/*"
            ]
        }
    ]
}