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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}