キーゾンv3

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

Wat is キーゾンv3?

キーゾンv3 is een Chrome-extensie ontwikkeld door https://sedo.li, en de belangrijkste functie is "キーパの月間販売個数を表示する拡張ツール。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie キーゾンv3

Download キーゾンv3-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

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

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

Basisinformatie over de Extensie

Naam キーゾンv3 キーゾンv3
ID omnpnodbhognoblgbjmlagejkioccpih
Officiële URL https://chromewebstore.google.com/detail/%E3%82%AD%E3%83%BC%E3%82%BE%E3%83%B3v3/omnpnodbhognoblgbjmlagejkioccpih
Beschrijving キーパの月間販売個数を表示する拡張ツール。
Bestandsgrootte 44.29 KB
Aantal Installaties 51,223
Huidige Versie 3.0.0
Laatst Bijgewerkt 2022-03-24
Publicatiedatum 2020-06-21
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://sedo.li
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://sedo.li/privacy
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}