Sellevate

Sellevate helpt jou bij product research op bol.com

Что такое Sellevate?

Sellevate - это расширение Chrome, разработанное https://sellevate.nl, и его основная функция - "Sellevate helpt jou bij product research op bol.com".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sellevate

Скачайте файлы расширений Sellevate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Sellevate Sellevate
ID bolaofbgfcmkfodkahkmcndbdabajpnk
Официальный URL https://chromewebstore.google.com/detail/sellevate/bolaofbgfcmkfodkahkmcndbdabajpnk
Описание Sellevate helpt jou bij product research op bol.com
Размер файла 3.78 MB
Количество установок 2,216
Текущая Версия 2.1.2
Последнее Обновление 2023-08-31
Дата публикации 2020-06-16
Рейтинг 4.50/5 Всего 6 оценок
Разработчик https://sellevate.nl
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sellevate.nl
URL страницы помощи https://sellevate.nl/contact/
URL страницы политики конфиденциальности https://www.sellevate.nl/privacybeleid
Поддерживаемые языки 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"
    }
}