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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://estatics.co/support
عنوان صفحة سياسة الخصوصية 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"
    ]
}