Bol.com - Contentbewerker voor verkopers
Extensie voor verkopers van Bol.com om producten te beheren in het verkoopaccount
What is Bol.com - Contentbewerker voor verkopers?
Bol.com - Contentbewerker voor verkopers is a Chrome extension developed by Bol.com, and its main feature is "Extensie voor verkopers van Bol.com om producten te beheren in het verkoopaccount".
Extension Screenshots
Download Bol.com - Contentbewerker voor verkopers Extension CRX File
Download Bol.com - Contentbewerker voor verkopers 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
Deze extensie kan gebruikt worden door partners van Bol.com. Vanuit de Product Details Pagina's (PDP) in de webshop kan er direct naar een product pagina in de verkoopomgeving worden genavigeerd.
Extension Basic Information
Name | Bol.com - Contentbewerker voor verkopers |
ID | flkgclhppanjignbncgdmolofoadfpnp |
Official URL | https://chromewebstore.google.com/detail/bolcom-contentbewerker-vo/flkgclhppanjignbncgdmolofoadfpnp |
Description | Extensie voor verkopers van Bol.com om producten te beheren in het verkoopaccount |
File Size | 21.06 KB |
Installation Count | 1,302 |
Current Version | 1.2 |
Last Updated | 2021-09-28 |
Publish Date | 2016-06-13 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Bol.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.bol.com/nl/nl/m/privacy-policy |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bol.com - Contentbewerker voor verkopers", "short_name": "Bol.com - Contentbewerker voor verkopers", "description": "Extensie voor verkopers van Bol.com om producten te beheren in het verkoopaccount", "version": "1.2", "page_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Bewerk dit product in het verkoopaccount." }, "permissions": [ "activeTab", "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/*.bol.com\/*" ], "js": [ "getSDDUrl.js" ] } ], "background": { "scripts": [ "background.js" ] } } |