メルカリ価格履歴

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

Wat is メルカリ価格履歴?

メルカリ価格履歴 is een Chrome-extensie ontwikkeld door aliprice4, en de belangrijkste functie is "AliPrice - メルカリでの価格履歴を追跡する".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie メルカリ価格履歴

Download メルカリ価格履歴-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

                        主な機能
メチャリの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                    

Basisinformatie over de Extensie

Naam メルカリ価格履歴 メルカリ価格履歴
ID behpikpjpampggekggdepaiicpfgklgh
Officiële 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
Beschrijving AliPrice - メルカリでの価格履歴を追跡する
Bestandsgrootte 1.98 MB
Aantal Installaties 187
Huidige Versie 3.0.1
Laatst Bijgewerkt 2023-12-28
Publicatiedatum 2022-01-09
Beoordeling 4.64/5 Totaal 11 Beoordelingen
Ontwikkelaar aliprice4
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://aliprice.com/
Help Pagina-URL https://www.aliprice.com/information/index/page/contact
URL van de Privacybeleid Pagina https://www.aliprice.com/information/index/page/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}