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
Eメール [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"
    ]
}