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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}