FiveX

Research Tool voor bol.com, automatiseer je product onderzoek via FiveX.

Cos'è FiveX?

FiveX è un'estensione di Chrome sviluppata da https://fivex.nl, e la sua funzione principale è "Research Tool voor bol.com, automatiseer je product onderzoek via FiveX.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FiveX

Scarica i file di estensione FiveX 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

                        Krijg direct inzicht in de actuele verkoopprestaties van de producten op bol.com. Onder de prijs van het product vindt je de omzet per maand van het product. Je kunt ook op het FiveX icoon klikken rechts bovenin. Het doen van product research is nog nooit zo eenvoudig geweest. 

Als er nog geen verkoopdata beschikbaar is kun je product eenvoudig volgen door door op de blauwe volgknop te klikken. Je kunt 250 producten tegelijk volgen in de vollijst in FiveX.                    

Informazioni di Base sull'Estensione

Nome FiveX FiveX
ID nhnkanophkdcadlfdbmaoeihlbknejkg
URL Ufficiale https://chromewebstore.google.com/detail/fivex/nhnkanophkdcadlfdbmaoeihlbknejkg
Descrizione Research Tool voor bol.com, automatiseer je product onderzoek via FiveX.
Dimensione del File 15.11 MB
Conteggio Installazioni 894
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-07-03
Data di Pubblicazione 2020-10-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://fivex.nl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fivex.nl/
URL della Pagina di Aiuto https://fivex.nl/contact
URL della Pagina della Politica sulla Privacy https://fivex.nl/uploads/files/Privacy-Statement.pdf
Lingue Supportate nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FiveX",
    "description": "Research Tool voor bol.com, automatiseer je product onderzoek via FiveX.",
    "version": "1.0.3",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.fivex.nl\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.bol.com\/*"
            ]
        }
    ]
}