メルカリ価格履歴

AliPrice - メルカリでの価格履歴を追跡する

What is メルカリ価格履歴?

メルカリ価格履歴 is a Chrome extension developed by aliprice4, and its main feature is "AliPrice - メルカリでの価格履歴を追跡する".

Extension Screenshots

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

                        主な機能
メチャリの3ヶ月/6ヶ月の価格履歴を追跡。
1688、タオバオ、AliExpressの類似商品を画像で検索できます。

MecariはMecari10 inc.の商標です。この拡張機能はAliPrice.comによって開発されたもので、Mecariの公式拡張機能ではありません。
ご質問やご意見がございましたら、お気軽にお問い合わせください。
https://www.aliprice.com/information/index?page=contact
AliPrice拡張機能をインストールすることで、お客様は "AliPrice利用規約 "に同意し、Qoo10やその他のプログラムを含むアフィリエイトリンクへのリダイレクトを許可することになります。AliPrice利用規約 - https://www.aliprice.com/information/index/page/term_of_use                    

Extension Basic Information

Name メルカリ価格履歴 メルカリ価格履歴
ID behpikpjpampggekggdepaiicpfgklgh
Official URL https://chromewebstore.google.com/detail/%E3%83%A1%E3%83%AB%E3%82%AB%E3%83%AA%E4%BE%A1%E6%A0%BC%E5%B1%A5%E6%AD%B4/behpikpjpampggekggdepaiicpfgklgh
Description AliPrice - メルカリでの価格履歴を追跡する
File Size 1.98 MB
Installation Count 187
Current Version 3.0.1
Last Updated 2023-12-28
Publish Date 2022-01-09
Rating 4.64/5 Total 11 Ratings
Developer aliprice4
Email [email protected]
Payment Type free
Extension Website https://aliprice.com/
Help Page URL https://www.aliprice.com/information/index/page/contact
Privacy Policy Page URL https://www.aliprice.com/information/index/page/privacy
Supported Languages ja
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.1",
    "manifest_version": 3,
    "default_locale": "ja",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10319&channel=chrome&platform=mercari&version=3.0.1&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.jp.mercari.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.jp.mercari.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.jp.mercari.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}