キーゾンv3
キーパの月間販売個数を表示する拡張ツール。
Was ist キーゾンv3?
キーゾンv3 ist eine Chrome-Erweiterung, die von https://sedo.li entwickelt wurde, und ihr Hauptmerkmal ist "キーパの月間販売個数を表示する拡張ツール。".
Erweiterungsscreenshots
キーゾンv3-Erweiterungs-CRX-Datei herunterladen
Laden Sie キーゾンv3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
キーパの月間販売個数を表示する拡張ツールです。 月間販売個数を把握することにより、仕入れ判断の効率化や、何個仕入れるかの詳細判断に役立ちます。 【機能概要】 ●ランキングの上昇・下落を計算し、月間販売個数を算出 ●JAN、型番、カテゴリ、発売日、バリエーション有無、アマゾン在庫有無の表示 ●ランキング・新品・中古・コレクター商品の詳細履歴
Grundlegende Informationen zur Erweiterung
Name | キーゾンv3 |
ID | omnpnodbhognoblgbjmlagejkioccpih |
Offizielle URL | https://chromewebstore.google.com/detail/%E3%82%AD%E3%83%BC%E3%82%BE%E3%83%B3v3/omnpnodbhognoblgbjmlagejkioccpih |
Beschreibung | キーパの月間販売個数を表示する拡張ツール。 |
Dateigröße | 44.29 KB |
Installationsanzahl | 51,223 |
Aktuelle Version | 3.0.0 |
Letztes Update | 2022-03-24 |
Veröffentlichungsdatum | 2020-06-21 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://sedo.li |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://sedo.li/privacy |
Unterstützte Sprachen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30ad\u30fc\u30be\u30f3v3", "version": "3.0.0", "manifest_version": 3, "description": "\u30ad\u30fc\u30d1\u306e\u6708\u9593\u8ca9\u58f2\u500b\u6570\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u30c4\u30fc\u30eb\u3002", "options_page": "options.html", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/qtas.sedo.li\/*", "https:\/\/app.sedo.li\/*", "https:\/\/keepa.com\/*", "https:\/\/koubou3.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon19.png" }, "content_scripts": [ { "matches": [ "https:\/\/keepa.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "script.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ "*:\/\/*\/*" ] } ] } |