Estatics Extension

Gives you the insights needed to skyrocket your Etsy sales.

Cos'è Estatics Extension?

Estatics Extension è un'estensione di Chrome sviluppata da estatics.co, e la sua funzione principale è "Gives you the insights needed to skyrocket your Etsy sales.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Estatics Extension

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

                        Sign up in https://app.estatics.co to uncover the powerful of this addon.

It is easier to reach all hidden information of a listing on Etsy such as views, favorites, tags, taxonomies...

Support: [email protected]                    

Informazioni di Base sull'Estensione

Nome Estatics Extension Estatics Extension
ID momgcmdnlbopbcmglainncpclaopfkje
URL Ufficiale https://chromewebstore.google.com/detail/estatics-extension/momgcmdnlbopbcmglainncpclaopfkje
Descrizione Gives you the insights needed to skyrocket your Etsy sales.
Dimensione del File 173 KB
Conteggio Installazioni 2,165
Versione Corrente 0.3.4
Ultimo Aggiornamento 2022-09-12
Data di Pubblicazione 2021-05-31
Valutazione 4.65/5 Totale 31 Valutazioni
Sviluppatore estatics.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://estatics.co
URL della Pagina di Aiuto https://estatics.co/support
URL della Pagina della Politica sulla Privacy https://estatics.co/policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Estatics Extension",
    "version": "0.3.4",
    "description": "Gives you the insights needed to skyrocket your Etsy sales.",
    "permissions": [
        "https:\/\/app.estatics.co\/*",
        "https:\/\/api.sjpf.io\/*",
        "https:\/\/api.fpjs.io\/*",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "main.dist.js"
            ],
            "css": [
                "all.css"
            ],
            "matches": [
                "https:\/\/*.etsy.com\/*"
            ]
        }
    ],
    "icons": {
        "32": ".\/images\/logo_o_32.png",
        "64": ".\/images\/logo_o_64.png",
        "128": ".\/images\/logo_o_128.png"
    },
    "page_action": {
        "default_icon": {
            "32": ".\/images\/logo_o_32.png",
            "64": ".\/images\/logo_o_64.png",
            "128": ".\/images\/logo_o_128.png"
        },
        "default_title": "Estatics - Power your etsy selling",
        "default_popup": "options\/options.html"
    },
    "background": {
        "scripts": [
            "background.dist.js"
        ]
    },
    "web_accessible_resources": [
        "*.html",
        "popover\/*",
        "*.js"
    ]
}