MarktMentor
Alle informatie die je nodig hebt voor jouw productonderzoek op bol.
MarktMentor क्या है?
MarktMentor https://marktmentor.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alle informatie die je nodig hebt voor jouw productonderzoek op bol."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MarktMentor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |