Estatics Extension
Gives you the insights needed to skyrocket your Etsy sales.
Estatics Extension là gì?
Estatics Extension là một tiện ích mở rộng Chrome được phát triển bởi estatics.co, và tính năng chính của nó là "Gives you the insights needed to skyrocket your Etsy sales.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Estatics Extension
Tải xuống các tệp mở rộng Estatics Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Estatics Extension |
ID | momgcmdnlbopbcmglainncpclaopfkje |
URL Chính Thức | https://chromewebstore.google.com/detail/estatics-extension/momgcmdnlbopbcmglainncpclaopfkje |
Mô tả | Gives you the insights needed to skyrocket your Etsy sales. |
Kích Thước Tệp | 173 KB |
Số Lần Cài Đặt | 2,165 |
Phiên Bản Hiện Tại | 0.3.4 |
Cập Nhật Lần Cuối | 2022-09-12 |
Ngày Phát Hành | 2021-05-31 |
Đánh Giá | 4.65/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | estatics.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://estatics.co |
URL Trang Trợ Giúp | https://estatics.co/support |
URL Trang Chính Sách Bảo Mật | https://estatics.co/policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |