Estatics Extension

Gives you the insights needed to skyrocket your Etsy sales.

Estatics Extension क्या है?

Estatics Extension estatics.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives you the insights needed to skyrocket your Etsy sales."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Estatics Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}