クイックショップ

せどり・転売で活用できるリサーチ簡略化ツール

What is クイックショップ?

クイックショップ is a Chrome extension developed by IMソリューション, and its main feature is "せどり・転売で活用できるリサーチ簡略化ツール".

Extension Screenshots

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

                        QUICKSHOPは電脳せどりの商品リサーチを効率化するために開発されたオールインワンのリサーチツールです。商品の検索機能や分析機能、手数料や入金額の自動計算機能など、仕入れに役立つ様々な機能が搭載されています。

また、QUICKSHOPはAmazon、Yahoo!ショッピング、楽天などの大型ECモールはもちろん、個人で運営している小さなショップやメーカー公式サイトなどにも対応しているため、インターネット上で販売されているすべての商品を仕入れ対象にすることが可能です。                    

Extension Basic Information

Name クイックショップ クイックショップ
ID goneipfhoijjigipgahimogacmkdbnjo
Official URL https://chromewebstore.google.com/detail/%E3%82%AF%E3%82%A4%E3%83%83%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%83%E3%83%97/goneipfhoijjigipgahimogacmkdbnjo
Description せどり・転売で活用できるリサーチ簡略化ツール
File Size 1.17 MB
Installation Count 31,862
Current Version 1.14.14
Last Updated 2023-12-15
Publish Date 2021-12-17
Rating 3.88/5 Total 17 Ratings
Developer IMソリューション
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.quick-shop.jp
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u30af\u30a4\u30c3\u30af\u30b7\u30e7\u30c3\u30d7",
    "description": "\u305b\u3069\u308a\u30fb\u8ee2\u58f2\u3067\u6d3b\u7528\u3067\u304d\u308b\u30ea\u30b5\u30fc\u30c1\u7c21\u7565\u5316\u30c4\u30fc\u30eb",
    "version": "1.14.14",
    "icons": {
        "38": "images\/qs_38icon.png",
        "48": "images\/qs_48icon.png",
        "128": "images\/qs_128icon.png"
    },
    "action": {
        "default_icon": "images\/qs_38icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "\u30af\u30a4\u30c3\u30af\u30b7\u30e7\u30c3\u30d7"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/sellercentral-japan.amazon.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.yahoo.co.jp\/*",
        "*:\/\/*.rakuten.co.jp\/*",
        "https:\/\/u5q01qi4m7.execute-api.ap-northeast-1.amazonaws.com\/*",
        "https:\/\/uzxbq7zz4g.execute-api.ap-northeast-1.amazonaws.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/sellercentral-japan.amazon.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.quickshop.jp\/*",
            "https:\/\/quickshop-web.com\/*",
            "https:\/\/dev.quickshop-web.com\/*",
            "https:\/\/www.quickshop-web.com\/*"
        ]
    }
}