Betsy
Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more.
Betsyคืออะไร?
Betsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Titan Network และคุณลักษณะหลักของมันคือ "Etsy product research tool, estimated revenue and velocity, narrow down profitable products, cross-reference competitors, & more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Betsy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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'" } |