クイックショップ
せどり・転売で活用できるリサーチ簡略化ツール
Wat is クイックショップ?
クイックショップ is een Chrome-extensie ontwikkeld door IMソリューション, en de belangrijkste functie is "せどり・転売で活用できるリサーチ簡略化ツール".
Extensie Screenshots
Download het CRX-bestand van de extensie クイックショップ
Download クイックショップ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
QUICKSHOPは電脳せどりの商品リサーチを効率化するために開発されたオールインワンのリサーチツールです。商品の検索機能や分析機能、手数料や入金額の自動計算機能など、仕入れに役立つ様々な機能が搭載されています。 また、QUICKSHOPはAmazon、Yahoo!ショッピング、楽天などの大型ECモールはもちろん、個人で運営している小さなショップやメーカー公式サイトなどにも対応しているため、インターネット上で販売されているすべての商品を仕入れ対象にすることが可能です。
Basisinformatie over de Extensie
Naam | クイックショップ |
ID | goneipfhoijjigipgahimogacmkdbnjo |
Officiële URL | https://chromewebstore.google.com/detail/%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97/goneipfhoijjigipgahimogacmkdbnjo |
Beschrijving | せどり・転売で活用できるリサーチ簡略化ツール |
Bestandsgrootte | 1.17 MB |
Aantal Installaties | 31,862 |
Huidige Versie | 1.14.14 |
Laatst Bijgewerkt | 2023-12-15 |
Publicatiedatum | 2021-12-17 |
Beoordeling | 3.88/5 Totaal 17 Beoordelingen |
Ontwikkelaar | IMソリューション |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.quick-shop.jp |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u30af\u30a4\u30c3\u30af\u30b7\u30e7\u30c3\u30d7", "description": "\u305b\u3069\u308a\u30fb\u8ee2\u58f2\u3067\u6d3b\u7528\u3067\u304d\u308b\u30ea\u30b5\u30fc\u30c1\u7c21\u7565\u5316\u30c4\u30fc\u30eb", "version": "1.14.14", "icons": { "38": "images\/qs_38icon.png", "48": "images\/qs_48icon.png", "128": "images\/qs_128icon.png" }, "action": { "default_icon": "images\/qs_38icon.png", "default_popup": "html\/popup.html", "default_title": "\u30af\u30a4\u30c3\u30af\u30b7\u30e7\u30c3\u30d7" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.co.jp\/*", "https:\/\/sellercentral-japan.amazon.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ] } ], "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs", "contextMenus", "alarms", "scripting" ], "host_permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.yahoo.co.jp\/*", "*:\/\/*.rakuten.co.jp\/*", "https:\/\/u5q01qi4m7.execute-api.ap-northeast-1.amazonaws.com\/*", "https:\/\/uzxbq7zz4g.execute-api.ap-northeast-1.amazonaws.com\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/*.amazon.co.jp\/*", "https:\/\/sellercentral-japan.amazon.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.quickshop.jp\/*", "https:\/\/quickshop-web.com\/*", "https:\/\/dev.quickshop-web.com\/*", "https:\/\/www.quickshop-web.com\/*" ] } } |