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.”。
擴展截圖
下載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] 擴展基本資訊
| 名稱 | |
| ID | momgcmdnlbopbcmglainncpclaopfkje |
| 官方網址 | 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"
]
} | |