Boloo Buddy

De gemakkelijkste manier om product toe te voegen aan de Boloo product tracker

什么是Boloo Buddy?

Boloo Buddy是由https://boloo.co开发的Chrome扩展程序,该扩展的主要功能是“De gemakkelijkste manier om product toe te voegen aan de Boloo product tracker”。

扩展截图

screenshot

下载Boloo Buddy扩展crx文件

下载Boloo Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Start, groei en schaal jouw bol.com business met Boloo.
Ontdek winstgevende producten die je vandaag op bol.com kunt verkopen met dé product research tool voor bol.com.

Klantvragen AI
Beantwoord klantvragen snel en effectief direct vanuit je bol.com verkoopaccount. Behoud de persoonlijke touch terwijl je efficiëntie jouw tijd en energie maximaliseert.

Product tracker
Kijk achter de schermen naar de verkoopcijfers van een product op bol.com en twijfel nooit meer over de potentie van een product. Met de chrome-extensie Boloo Buddy kun je gemakkelijk producten in product tracker toevoegen vanaf de bol.com website.

Product database
Ontdek winstgevende producten in het assortiment door te filteren op het aantal sales, de reviews,  categorieën en meer.

Winstcalculator
Gebruik de winstcalculator om snel & eenvoudig de exacte winst van elk product te berekenen.                    

扩展基本信息

名称 Boloo Buddy Boloo Buddy
ID fefpocfmkbkncjkocjbejmnmpgkhpnap
官方URL https://chromewebstore.google.com/detail/boloo-buddy/fefpocfmkbkncjkocjbejmnmpgkhpnap
简介 De gemakkelijkste manier om product toe te voegen aan de Boloo product tracker
文件大小 1.12 MB
安装次数 9,587
当前版本 1.10.3
更新时间 2024-02-23
上架时间 2020-07-02
评分 5.00/5 共5次评分
开发者 https://boloo.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://boloo.co
帮助页面URL https://boloo.co/contact
隐私政策页面URL https://boloo.co/privacy-statement-boloo-bv
支持的语言 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boloo Buddy",
    "description": "De gemakkelijkste manier om product toe te voegen aan de Boloo product tracker",
    "version": "1.10.3",
    "homepage_url": "https:\/\/boloo.co\/",
    "author": "Boloo",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.boloo.co\/*",
        "https:\/\/*.bol.com\/*"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "57": "images\/icon_57.png",
        "72": "images\/icon_72.png",
        "114": "images\/icon_114.png",
        "128": "images\/icon_128.png",
        "144": "images\/icon_144.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.boloo.co\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bol.com\/*\/p\/*"
            ],
            "js": [
                "productPage.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.bol.com\/*\/t\/*",
                "https:\/\/*.bol.com\/*\/l\/*",
                "https:\/\/*.bol.com\/*\/ra\/*",
                "https:\/\/*.bol.com\/*\/s\/*",
                "https:\/\/*.bol.com\/*\/w\/*"
            ],
            "js": [
                "searchPage.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.bol.com\/sdd\/cases\/*"
            ],
            "js": [
                "customerSupportPage.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}