Kiwi Merch
Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be…
Kiwi Merch란 무엇입니까?
Kiwi Merch은(는) kiwi merch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be…"입니다.
확장 프로그램 스크린샷
Kiwi Merch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be able to scrape all the important listing information with just the click of a button. All your scrapes will be stored on an Airtable base, use it like you want. Wether you want to use it for your own research, or send it to your designer, it's up to you. Kiwi Merch is a versatile tool that will definitely help you in your merch journey. It's free ! So give it a try !
확장 프로그램 기본 정보
이름 | Kiwi Merch |
ID | mhmboenjmfkojimkkjcdidabhgejopma |
공식 URL | https://chromewebstore.google.com/detail/kiwi-merch/mhmboenjmfkojimkkjcdidabhgejopma |
설명 | Kiwi Merch is designed to help you streamline your Merch research on Amazon. With the help of Kiwi Merch and Airtable, you will be… |
파일 크기 | 116 KB |
설치 횟수 | 10 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2019-09-29 |
출시 날짜 | 2019-09-28 |
개발자 | kiwi merch |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kiwi Merch", "version": "0.0.7", "manifest_version": 2, "description": "", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/members.merchinformer.com\/*" ], "js": [ "vendor\/moment.min.js", "vendor\/jquery-3.4.1.min.js", "src\/inject\/utils.js", "src\/common\/page-parser.js", "src\/inject\/inject.js" ], "css": [ "src\/kiwi-merch-extension.css" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net; object-src 'self'", "browser_action": { "default_popup": "src\/popup\/popup.html" }, "permissions": [ "unlimitedStorage", "storage", "https:\/\/api.gumroad.com\/*", "https:\/\/www.amazon.com\/*" ] } |