Estatics Extension

Gives you the insights needed to skyrocket your Etsy sales.

什么是Estatics Extension?

Estatics Extension是由estatics.co开发的Chrome扩展程序,该扩展的主要功能是“Gives you the insights needed to skyrocket your Etsy sales.”。

扩展截图

screenshot

下载Estatics Extension扩展crx文件

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