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
官方網址 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
電子郵箱 [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
}