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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |