VeRo Checker Private

We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.

Cos'è VeRo Checker Private?

VeRo Checker Private è un'estensione di Chrome sviluppata da Hustle Got Real, e la sua funzione principale è "We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VeRo Checker Private

Scarica i file di estensione VeRo Checker Private 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

                        * Privacy Policy: https://hustlegotreal.com/privacy-policy/ *

Is checking your own VeRo list time consuming every time you list an item? Are you still using excel files to keep track of new brands added to the VeRo list?

This extension is a MUST in your browser.

Check for brands participating in the Ebay VeRo Program and help the community reporting any new addition from your own experience.                    

Informazioni di Base sull'Estensione

Nome VeRo Checker Private VeRo Checker Private
ID nlhklaenccbcnapnpaghliheibnkhdbc
URL Ufficiale https://chromewebstore.google.com/detail/vero-checker-private/nlhklaenccbcnapnpaghliheibnkhdbc
Descrizione We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.
Dimensione del File 91.76 KB
Conteggio Installazioni 2,224
Versione Corrente 1.0.8
Ultimo Aggiornamento 2022-07-11
Data di Pubblicazione 2017-07-26
Valutazione 2.83/5 Totale 23 Valutazioni
Sviluppatore Hustle Got Real
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://verochecker.azurewebsites.net/
URL della Pagina di Aiuto http://verochecker.azurewebsites.net/
URL della Pagina della Politica sulla Privacy https://hustlegotreal.com/en/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VeRo Checker Private",
    "short_name": "VeRo Checker",
    "description": "We help Ebay sellers to identify brands participating in the VeRo Program, based on reports from the community.",
    "version": "1.0.8",
    "browser_action": {
        "default_icon": "verochecker128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/pagead2.googlesyndication.com; object-src 'self'",
    "permissions": [
        "identity",
        "identity.email",
        "*:\/\/verochecker.azurewebsites.net\/*",
        "*:\/\/ebayvero.azurewebsites.net\/*"
    ]
}