プライスターchrome拡張機能

拡張機能をインストールしていただくと、Amazonの商品ページがパワーアップしてリサーチ・仕入れが加速します!

What is プライスターchrome拡張機能?

プライスターchrome拡張機能 is a Chrome extension developed by https://pricetar.com, and its main feature is "拡張機能をインストールしていただくと、Amazonの商品ページがパワーアップしてリサーチ・仕入れが加速します!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download プライスターchrome拡張機能 Extension CRX File

Download プライスターchrome拡張機能 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

                        プライスターChrome拡張の主な機能

機能①
プライスター独自の販売SPEEDで売れ行きチェック

機能②
仕入れ目安で利益が出るかどうかを確認

機能③
ライバルの出品状況や価格を一覧表示

機能④
発送などの経費に直結するサイズ情報も表示

機能⑤
出品制限がある商品はそのまま申請も可能

機能⑥
クリックするだけで商品名やASINをコピー

機能⑦
Amazonの商品画面からそのまま出品も可能。
もちろん価格の自動変更や赤字ストッパーも設定できます。

機能⑧
検索画面でも販売スピードを表示
たくさんの商品の売れ行きをひと目で確認できます


※ この拡張機能はプライスターのログインが必要です。

▼ 1ヶ月間の無料体験はこちらから
https://lp.pricetar.com/lp/pricetarlp/

▼ 拡張機能の使い方はこちら
https://help.pricetar.com/?p=16709                    

Extension Basic Information

Name プライスターchrome拡張機能 プライスターchrome拡張機能
ID fkhgcacbiofdclbifekmelofcgenhjpa
Official URL https://chromewebstore.google.com/detail/%E3%83%97%E3%83%A9%E3%82%A4%E3%82%B9%E3%82%BF%E3%83%BCchrome%E6%8B%A1%E5%BC%B5%E6%A9%9F%E8%83%BD/fkhgcacbiofdclbifekmelofcgenhjpa
Description 拡張機能をインストールしていただくと、Amazonの商品ページがパワーアップしてリサーチ・仕入れが加速します!
File Size 303 KB
Installation Count 3,606
Current Version 0.1.10
Last Updated 2023-11-09
Publish Date 2023-10-10
Developer https://pricetar.com
Email [email protected]
Payment Type free
Extension Website https://lp.pricetar.com/lp/pricetarlp/
Help Page URL https://help.pricetar.com/?p=16709
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30d7\u30e9\u30a4\u30b9\u30bf\u30fcchrome\u62e1\u5f35\u6a5f\u80fd",
    "description": "\u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u305f\u3060\u304f\u3068\u3001Amazon\u306e\u5546\u54c1\u30da\u30fc\u30b8\u304c\u30d1\u30ef\u30fc\u30a2\u30c3\u30d7\u3057\u3066\u30ea\u30b5\u30fc\u30c1\u30fb\u4ed5\u5165\u308c\u304c\u52a0\u901f\u3057\u307e\u3059\uff01",
    "short_name": "\u30d7\u30e9\u30a4\u30b9\u30bf\u30fcchrome\u62e1\u5f35\u6a5f\u80fd",
    "version": "0.1.10",
    "manifest_version": 3,
    "default_locale": "ja",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "img\/icon\/*",
                "img\/logo\/*",
                "img\/speed\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "img\/icon\/pricetar_kun.png",
        "19": "img\/icon\/pricetar_kun.png",
        "48": "img\/icon\/pricetar_kun.png",
        "128": "img\/icon\/pricetar_kun.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.yodobashi.com\/*",
                "*:\/\/*.pricetar.com\/*"
            ],
            "js": [
                "js\/contents_script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}