Super Spy HeyEtsy.com Web Extension
Streamline your search for potential products on Etsy with the HeyEtsy.com Web Extension. Made By YTuong.me
Super Spy HeyEtsy.com Web Extension란 무엇입니까?
Super Spy HeyEtsy.com Web Extension은(는) https://etsy.ytuong.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Streamline your search for potential products on Etsy with the HeyEtsy.com Web Extension. Made By YTuong.me"입니다.
확장 프로그램 스크린샷
Super Spy HeyEtsy.com Web Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a powerful tool that allows you to analyze listing on Etsy Market Link registry license For addon: https://etsy.ytuong.me Email: [email protected] 100% MONEY BACK GUARANTEE No hassles, no question asked! Hi there, 👋 You are a sales person, you are an analyst, ... You need a lot of data to make a decision before you enter the market. We are here to help you develop your analytical skills. In other words, stop wasting time searching for high-quality articles. Just install this extension, open a new tab, and you're done. We provide evaluation analysis based on our realtime rating system All listing parameters that you need to be interested in will be displayed. You will easily analyze and identify the market Surely your research time will be greatly reduced, instead of using external virtual indicators, we have a highly accurate and intuitive analysis and evaluation system. Gives you useful advice when you decide to sell a product You will see the listing creation date, Daily view of the product, ... and many more features that we are developing. Let's go!!! GO TO THE MOON The term 'Etsy' is a trademark of Etsy, Inc. This application uses the Etsy API but is not endorsed or certified by Etsy, Inc.
확장 프로그램 기본 정보
이름 | Super Spy HeyEtsy.com Web Extension |
ID | pdfilhlaihhdainkmnhfjplcnlpoojhn |
공식 URL | https://chromewebstore.google.com/detail/super-spy-heyetsycom-web/pdfilhlaihhdainkmnhfjplcnlpoojhn |
설명 | Streamline your search for potential products on Etsy with the HeyEtsy.com Web Extension. Made By YTuong.me |
파일 크기 | 196 KB |
설치 횟수 | 14,531 |
현재 버전 | 3.3.4 |
최근 업데이트 | 2024-01-12 |
출시 날짜 | 2021-03-08 |
평점 | 4.33/5 총 12 개의 평점 |
개발자 | https://etsy.ytuong.me |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://etsy.ytuong.me |
도움말 페이지 URL | https://etsy.ytuong.me |
개인정보 보호 정책 페이지 URL | https://etsy.ytuong.me/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Spy HeyEtsy.com Web Extension", "description": "Streamline your search for potential products on Etsy with the HeyEtsy.com Web Extension. Made By YTuong.me", "version": "3.3.4", "manifest_version": 3, "icons": { "48": "img\/logo-48.png", "128": "img\/logo-128.png", "256": "img\/logo-256.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-e4c07b6d.e4493a9f.js", "assets\/content-script-loader.chunk-cfe96b2c.991384da.js" ], "matches": [ "*:\/\/www.etsy.com\/*" ], "run_at": "document_end", "css": [ "assets\/log.d78ed412.css" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/www.etsy.com\/*" ], "resources": [ "*" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/www.etsy.com\/*" ], "resources": [ "assets\/chunk-76d5afa1.js", "assets\/chunk-46b392ec.js", "assets\/chunk-27c460a9.js", "assets\/chunk-49b9528c.js", "assets\/chunk-e4c07b6d.js", "assets\/chunk-9a2af71a.js", "assets\/chunk-cfe96b2c.js" ], "use_dynamic_url": true } ], "permissions": [ "storage", "tabs" ] } |