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