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文件
下載Kiwi Merch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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 |
官方網址 | 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\/*" ] } |