Merch Checker

This extension is scanning the products description for certain keywords!

Merch Checkerとは何ですか?

Merch CheckerはMerchLegendによって開発されたChromeの拡張機能で、その主な機能は「This extension is scanning the products description for certain keywords!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Merch Checker拡張機能のCRXファイルをダウンロード

Merch Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you sure your account is safe and compliant with the latest keyword changes? 

Merch Checker automates the process of checking the brand names, titles, bullets and descriptions for your listings and shows you where you need to edit. 

NOTE: The extension becomes active in the MANAGE tab. 
HOW TO ACTIVATE: To enter the license key open your Merch by Amazon website, go to the MANAGE tab, press the extension icon and enter the license key. 


For further assistance you can reach us at: [email protected]                    

拡張機能の基本情報

名前 Merch Checker Merch Checker
ID nknmmnfkbmmpgmhkfjajihpnhdhoncje
公式URL https://chrome.google.com/webstore/detail/merch-checker/nknmmnfkbmmpgmhkfjajihpnhdhoncje
説明 This extension is scanning the products description for certain keywords!
ファイルサイズ 87.34 KB
インストール数 1,000
現在のバージョン 1.2.1
最終更新日 2018-08-12
公開日 2018-08-12
評価 4.43/5 合計 7 レビュー
開発者 MerchLegend
Eメール [email protected]
支払い方法 in_app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Checker",
    "version": "1.2.1",
    "description": "This extension is scanning the products description for certain keywords!",
    "permissions": [
        "activeTab",
        "management",
        "declarativeContent",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "css\/img\/image-16.png",
        "48": "css\/img\/image-48.png",
        "128": "css\/img\/image-128.png"
    },
    "page_action": {
        "default_icon": "css\/img\/image-48.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}