せどクロ

Amazonの各商品ページにランキング、価格、出品者数の変動グラフとせどりRank完全版のリンクを追加します。出品制限の確認、各出品者の在庫数リサーチも可能。

What is せどクロ?

せどクロ is a Chrome extension developed by https://sedori-rank.com, and its main feature is "Amazonの各商品ページにランキング、価格、出品者数の変動グラフとせどりRank完全版のリンクを追加します。出品制限の確認、各出品者の在庫数リサーチも可能。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download せどクロ Extension CRX File

Download せどクロ 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

                        この拡張機能は以下の事ができ、各機能は設定で有効、無効を切り替える事ができます。

1. Amazonのランキング、価格、出品者数の変動グラフリサーチ
2. ランキング、出品者数の変動回数リサーチ
3.出品者別の在庫数リサーチ
4.商品ページ、在庫管理ページにせどりRank完全版のリンクを表示
※出品形態により正常に動作しない場合がありますのでご了承下さい。
5.出品登録、制限確認リンクの表示

※せどクロの詳しい使い方こちら※
「Amazonせどりを劇的に効率化!せどクロの使い方と魅力を徹底解説」
https://sedori-rank.com/amazon-sedori-sedochro-guide/

※Amazonせどりに関しての情報はこちら※
https://sedori-rank.com/tag/amazon/

※ せど副 在宅副業に関してはこちら※
https://sedori-rank.com/                    

Extension Basic Information

Name せどクロ せどクロ
ID dihcojliomeogoakkopkifecnlinpiaf
Official URL https://chromewebstore.google.com/detail/%E3%81%9B%E3%81%A9%E3%82%AF%E3%83%AD/dihcojliomeogoakkopkifecnlinpiaf
Description Amazonの各商品ページにランキング、価格、出品者数の変動グラフとせどりRank完全版のリンクを追加します。出品制限の確認、各出品者の在庫数リサーチも可能。
File Size 250 KB
Installation Count 1,928
Current Version 6.1.3
Last Updated 2023-10-15
Publish Date 2019-11-23
Rating 5.00/5 Total 2 Ratings
Developer https://sedori-rank.com
Email [email protected]
Payment Type free
Extension Website https://sedori-rank.com
Help Page URL https://sedori-rank.com/amazon-sedori-sedochro-guide/
Privacy Policy Page URL https://sedori-rank.com/privacy-policy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u305b\u3069\u30af\u30ed",
    "version": "6.1.3",
    "description": "Amazon\u306e\u5404\u5546\u54c1\u30da\u30fc\u30b8\u306b\u30e9\u30f3\u30ad\u30f3\u30b0\u3001\u4fa1\u683c\u3001\u51fa\u54c1\u8005\u6570\u306e\u5909\u52d5\u30b0\u30e9\u30d5\u3068\u305b\u3069\u308aRank\u5b8c\u5168\u7248\u306e\u30ea\u30f3\u30af\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002\u51fa\u54c1\u5236\u9650\u306e\u78ba\u8a8d\u3001\u5404\u51fa\u54c1\u8005\u306e\u5728\u5eab\u6570\u30ea\u30b5\u30fc\u30c1\u3082\u53ef\u80fd\u3002",
    "options_page": "src\/pages\/options\/index.html",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.co.jp\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16892027843.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "icon-16.png",
                "icon-48.png",
                "icon-128.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}