Estatics Extension

Gives you the insights needed to skyrocket your Etsy sales.

Τι είναι το Estatics Extension;

Το Estatics Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον estatics.co, και η κύρια λειτουργία του είναι "Gives you the insights needed to skyrocket your Etsy sales.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Estatics Extension

Λήψη αρχείων επέκτασης Estatics Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Estatics Extension Estatics Extension
ID momgcmdnlbopbcmglainncpclaopfkje
Επίσημο URL https://chromewebstore.google.com/detail/estatics-extension/momgcmdnlbopbcmglainncpclaopfkje
Περιγραφή Gives you the insights needed to skyrocket your Etsy sales.
Μέγεθος Αρχείου 173 KB
Αριθμός Εγκαταστάσεων 2,165
Τρέχουσα Έκδοση 0.3.4
Τελευταία Ενημέρωση 2022-09-12
Ημερομηνία Δημοσίευσης 2021-05-31
Αξιολόγηση 4.65/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής estatics.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://estatics.co
Διεύθυνση URL της Σελίδας Βοήθειας https://estatics.co/support
URL της Σελίδας Πολιτικής Απορρήτου https://estatics.co/policy.html
Υποστηριζόμενες Γλώσσες 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"
    ]
}