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.”。
扩展截图
下载MarktMentor扩展crx文件
下载MarktMentor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/*" ] } ] } |