FiveX
Research Tool voor bol.com, automatiseer je product onderzoek via FiveX.
What is FiveX?
FiveX is a Chrome extension developed by https://fivex.nl, and its main feature is "Research Tool voor bol.com, automatiseer je product onderzoek via FiveX.".
Extension Screenshots
Download FiveX Extension CRX File
Download FiveX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Krijg direct inzicht in de actuele verkoopprestaties van de producten op bol.com. Onder de prijs van het product vindt je de omzet per maand van het product. Je kunt ook op het FiveX icoon klikken rechts bovenin. Het doen van product research is nog nooit zo eenvoudig geweest. Als er nog geen verkoopdata beschikbaar is kun je product eenvoudig volgen door door op de blauwe volgknop te klikken. Je kunt 250 producten tegelijk volgen in de vollijst in FiveX.
Extension Basic Information
Name | FiveX |
ID | nhnkanophkdcadlfdbmaoeihlbknejkg |
Official URL | https://chromewebstore.google.com/detail/fivex/nhnkanophkdcadlfdbmaoeihlbknejkg |
Description | Research Tool voor bol.com, automatiseer je product onderzoek via FiveX. |
File Size | 15.11 MB |
Installation Count | 894 |
Current Version | 1.0.3 |
Last Updated | 2021-07-03 |
Publish Date | 2020-10-18 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://fivex.nl |
[email protected] | |
Payment Type | free |
Extension Website | https://fivex.nl/ |
Help Page URL | https://fivex.nl/contact |
Privacy Policy Page URL | https://fivex.nl/uploads/files/Privacy-Statement.pdf |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FiveX", "description": "Research Tool voor bol.com, automatiseer je product onderzoek via FiveX.", "version": "1.0.3", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "cookies", "*:\/\/*.fivex.nl\/*" ], "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.bol.com\/*" ] } ] } |