キーゾンv3
キーパの月間販売個数を表示する拡張ツール。
What is キーゾンv3?
キーゾンv3 is a Chrome extension developed by https://sedo.li, and its main feature is "キーパの月間販売個数を表示する拡張ツール。".
Extension Screenshots
Download キーゾンv3 Extension CRX File
Download キーゾンv3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
キーパの月間販売個数を表示する拡張ツールです。 月間販売個数を把握することにより、仕入れ判断の効率化や、何個仕入れるかの詳細判断に役立ちます。 【機能概要】 ●ランキングの上昇・下落を計算し、月間販売個数を算出 ●JAN、型番、カテゴリ、発売日、バリエーション有無、アマゾン在庫有無の表示 ●ランキング・新品・中古・コレクター商品の詳細履歴
Extension Basic Information
Name | キーゾンv3 |
ID | omnpnodbhognoblgbjmlagejkioccpih |
Official URL | https://chromewebstore.google.com/detail/%E3%82%AD%E3%83%BC%E3%82%BE%E3%83%B3v3/omnpnodbhognoblgbjmlagejkioccpih |
Description | キーパの月間販売個数を表示する拡張ツール。 |
File Size | 44.29 KB |
Installation Count | 51,223 |
Current Version | 3.0.0 |
Last Updated | 2022-03-24 |
Publish Date | 2020-06-21 |
Rating | 4.00/5 Total 3 Ratings |
Developer | https://sedo.li |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://sedo.li/privacy |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |