Sellevate

Sellevate helpt jou bij product research op bol.com

What is Sellevate?

Sellevate is a Chrome extension developed by https://sellevate.nl, and its main feature is "Sellevate helpt jou bij product research op bol.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sellevate Extension CRX File

Download Sellevate 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

                        Ben jij een verkoper op bol.com? Dan is Sellevate iets voor jou!

Versnel het zoeken en volgen van winstgevende producten en bereken eenvoudig de winst voor gevonden producten met de Sellevate Chrome extensie.

Het uitbreiden van je assortiment begint bij het vinden van nieuwe producten. Sellevate biedt meerdere opties die elk hun eigen voordelen hebben.

- Wil je je productassortiment uitbreiden? Zoeken op product vindt nieuwe producten op basis van je ingevoerde zoekwoord. Een goede optie om te gebruiken wanneer je op zoek bent naar uitbreiding in een specifieke niche.
- Heb je nog geen idee welk specifiek product je interessant vindt, dan kies je Zoeken op categorie. Doe nieuwe productideeën op door één of meerdere subcategorieën te selecteren binnen de hoofdcategorieën van de bol.com database.

Wanneer je interessante producten hebt gevonden, kun je deze gaan volgen. Hier zit de kracht van Sellevate, zodat jij een duidelijk beeld hebt van producten, nog voordat je ze gaat inkopen. Groepeer de producten in lijsten, analyseer de voorraad en verkopen en houd notities en favorieten bij.

Voldoet een product aan je verwachtingen, maak dan een berekening op basis van o.a. de inkoopprijs, productcategorie en verkoopprijs. Alle kosten, zoals de bemiddelingsbijdrage, zijn zo inzichtelijk in één overzicht. Zo weet jij precies wat je verwachte marge is.

Kijk voor meer informatie op https://sellevate.nl                    

Extension Basic Information

Name Sellevate Sellevate
ID bolaofbgfcmkfodkahkmcndbdabajpnk
Official URL https://chromewebstore.google.com/detail/sellevate/bolaofbgfcmkfodkahkmcndbdabajpnk
Description Sellevate helpt jou bij product research op bol.com
File Size 3.78 MB
Installation Count 2,216
Current Version 2.1.2
Last Updated 2023-08-31
Publish Date 2020-06-16
Rating 4.50/5 Total 6 Ratings
Developer https://sellevate.nl
Email [email protected]
Payment Type free
Extension Website https://sellevate.nl
Help Page URL https://sellevate.nl/contact/
Privacy Policy Page URL https://www.sellevate.nl/privacybeleid
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sellevate",
    "short_name": "Sellevate",
    "version": "2.1.2",
    "description": "Sellevate helpt jou bij product research op bol.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bol.com\/*\/p\/*\/*"
            ],
            "css": [
                "css\/productpage.bundle.css"
            ],
            "js": [
                "js\/productpage.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bol.com\/*\/l\/*",
                "*:\/\/*.bol.com\/*\/s\/*"
            ],
            "css": [
                "css\/productlist.bundle.css"
            ],
            "js": [
                "js\/productlist.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bol.com\/*\/l\/*",
                "*:\/\/*.bol.com\/*\/s\/*"
            ],
            "css": [
                "css\/fonts.bundle.css"
            ],
            "js": [
                "js\/searchtrends.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.sellevate.nl\/login*"
            ],
            "js": [
                "js\/sellevatelogin.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.sellevate.nl\/dashboard*"
            ],
            "js": [
                "js\/sellevateextension.bundle.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*.eot",
                "\/fonts\/*.svg",
                "\/fonts\/*.ttf",
                "\/fonts\/*.woff",
                "\/fonts\/*.woff2",
                "\/images\/*.svg",
                "\/images\/*.png",
                "\/css\/searchtrends.bundle.css",
                "\/app.html"
            ],
            "matches": [
                "https:\/\/*.bol.com\/*"
            ]
        },
        {
            "resources": [
                "\/app.html"
            ],
            "matches": [
                "https:\/\/app.sellevate.nl\/*",
                "https:\/\/store.sellevate.nl\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "\/js\/background.bundle.js"
    },
    "action": [],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "cookies",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.bol.com\/",
        "https:\/\/zoeksuggesties.s-bol.com\/",
        "https:\/\/app.sellevate.nl\/"
    ],
    "icons": {
        "16": "icons\/icon16px.png",
        "48": "icons\/icon48px.png",
        "128": "icons\/icon128px.png"
    }
}