Betsy
Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
什麼是Betsy?
Betsy是由Titan Network開發的Chrome擴展程式,該擴展的主要功能是“Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.”。
擴展截圖
下載Betsy擴展crx文件
下載Betsy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more. Betsy Chrome Extension helps you complete product research on Etsy. After installation, start your product research in less than a minute. Just go to any Etsy listing page and hit the Betsy Chrome Extension icon and it will automagically do the thing for you. Betsy Chrome Extension uses several data algorithms to different reliable data sources to help you boost up your product rankings. The extension instant gives you product and store details at a click of a button. It is organized in a way that makes it easy to make informed decisions quickly. Analytics includes price, review count, store details, and last sold date. It gives an estimate on sales velocity and scores each product with a proprietary opportunity score.
擴展基本資訊
名稱 | Betsy |
ID | bnfdjfapcjoceahmmbeobcjfaohmfoci |
官方網址 | https://chromewebstore.google.com/detail/betsy/bnfdjfapcjoceahmmbeobcjfaohmfoci |
簡介 | Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more. |
檔案大小 | 567 KB |
安裝次數 | 1,269 |
目前版本 | 1.0.6 |
更新時間 | 2021-07-08 |
上架時間 | 2021-06-11 |
開發者 | Titan Network |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://betsy.tools/ |
說明頁面URL | https://titanmembers.freshdesk.com/support/home |
隱私政策頁面URL | https://titan.tools/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.", "version": "1.0.6", "name": "Betsy", "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": true }, "page_action": { "default_icon": "img\/betsy-icon-square.png" }, "icons": { "48": "img\/betsy-icon-square.png", "128": "img\/betsy-icon-square.png" }, "content_scripts": [ { "matches": [ "*:\/\/app.betsy.tools\/*", "*:\/\/www.etsy.com\/*" ], "css": [ "css\/content.bundle.css" ], "js": [ "js\/content.bundle.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "css\/*", "fonts\/*", "img\/*" ], "manifest_version": 2, "externally_connectable": { "matches": [ "*:\/\/app.betsy.tools\/*" ] }, "permissions": [ "background", "storage", "tabs", "*:\/\/app.betsy.tools\/*", "*:\/\/www.etsy.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |