Betsy

Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.

¿Qué es Betsy?

Betsy es una extensión de Chrome desarrollada por Titan Network, y su función principal es "Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Betsy

Descarga archivos de extensión Betsy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.

Betsy Chrome Extension helps you complete product research on Etsy.
After installation, start your product research in less than a minute. Just go to any Etsy listing page and hit the Betsy Chrome Extension icon and it will automagically do the thing for you. Betsy Chrome Extension uses several data algorithms to different reliable data sources to help you boost up your product rankings.

The extension instant gives you product and store details at a click of a button. It is organized in a way that makes it easy to make informed decisions quickly. Analytics includes price, review count, store details, and last sold date. It gives an estimate on sales velocity and scores each product with a proprietary opportunity score.                    

Información Básica de la Extensión

Nombre Betsy Betsy
ID bnfdjfapcjoceahmmbeobcjfaohmfoci
URL Oficial https://chromewebstore.google.com/detail/betsy/bnfdjfapcjoceahmmbeobcjfaohmfoci
Descripción Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
Tamaño del Archivo 567 KB
Cantidad de Instalaciones 1,269
Versión Actual 1.0.6
Última Actualización 2021-07-08
Fecha de Publicación 2021-06-11
Desarrollador Titan Network
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://betsy.tools/
URL de la Página de Ayuda https://titanmembers.freshdesk.com/support/home
URL de la Página de Política de Privacidad https://titan.tools/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.",
    "version": "1.0.6",
    "name": "Betsy",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "img\/betsy-icon-square.png"
    },
    "icons": {
        "48": "img\/betsy-icon-square.png",
        "128": "img\/betsy-icon-square.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.betsy.tools\/*",
                "*:\/\/www.etsy.com\/*"
            ],
            "css": [
                "css\/content.bundle.css"
            ],
            "js": [
                "js\/content.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "css\/*",
        "fonts\/*",
        "img\/*"
    ],
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "*:\/\/app.betsy.tools\/*"
        ]
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "*:\/\/app.betsy.tools\/*",
        "*:\/\/www.etsy.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}