Merch Checker

This extension is scanning the products description for certain keywords!

Merch Checker là gì?

Merch Checker là một tiện ích mở rộng Chrome được phát triển bởi MerchLegend, và tính năng chính của nó là "This extension is scanning the products description for certain keywords!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Merch Checker

Tải xuống các tệp mở rộng Merch Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Merch Checker Merch Checker
ID nknmmnfkbmmpgmhkfjajihpnhdhoncje
URL Chính Thức https://chrome.google.com/webstore/detail/merch-checker/nknmmnfkbmmpgmhkfjajihpnhdhoncje
Mô tả This extension is scanning the products description for certain keywords!
Kích Thước Tệp 87.34 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2018-08-12
Ngày Phát Hành 2018-08-12
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển MerchLegend
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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
}