Boloo Buddy

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

Cos'è Boloo Buddy?

Boloo Buddy è un'estensione di Chrome sviluppata da https://boloo.co, e la sua funzione principale è "De gemakkelijkste manier om product toe te voegen aan de Boloo product tracker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Boloo Buddy

Scarica i file di estensione Boloo Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Boloo Buddy Boloo Buddy
ID fefpocfmkbkncjkocjbejmnmpgkhpnap
URL Ufficiale https://chromewebstore.google.com/detail/boloo-buddy/fefpocfmkbkncjkocjbejmnmpgkhpnap
Descrizione De gemakkelijkste manier om product toe te voegen aan de Boloo product tracker
Dimensione del File 1.12 MB
Conteggio Installazioni 9,587
Versione Corrente 1.10.3
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2020-07-02
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://boloo.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://boloo.co
URL della Pagina di Aiuto https://boloo.co/contact
URL della Pagina della Politica sulla Privacy https://boloo.co/privacy-statement-boloo-bv
Lingue Supportate 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"
    }
}