キーゾンv3

キーパの月間販売個数を表示する拡張ツール。

Hvad er キーゾンv3?

キーゾンv3 er en Chrome-udvidelse udviklet af https://sedo.li, og dens hovedfunktion er "キーパの月間販売個数を表示する拡張ツール。".

Udvidelsesskærmbilleder

screenshot

Download キーゾンv3-udvidelses-CRX-fil

Download キーゾンv3-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        キーパの月間販売個数を表示する拡張ツールです。
月間販売個数を把握することにより、仕入れ判断の効率化や、何個仕入れるかの詳細判断に役立ちます。

【機能概要】
●ランキングの上昇・下落を計算し、月間販売個数を算出
●JAN、型番、カテゴリ、発売日、バリエーション有無、アマゾン在庫有無の表示
●ランキング・新品・中古・コレクター商品の詳細履歴                    

Grundlæggende oplysninger om udvidelsen

Navn キーゾンv3 キーゾンv3
ID omnpnodbhognoblgbjmlagejkioccpih
Officiel URL https://chromewebstore.google.com/detail/%E3%82%AD%E3%83%BC%E3%82%BE%E3%83%B3v3/omnpnodbhognoblgbjmlagejkioccpih
Beskrivelse キーパの月間販売個数を表示する拡張ツール。
Filstørrelse 44.29 KB
Antal Installationer 51,223
Nuværende Version 3.0.0
Senest Opdateret 2022-03-24
Udgivelsesdato 2020-06-21
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler https://sedo.li
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://sedo.li/privacy
Understøttede Sprog 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}