MatchIT

MatchIT Extension

MatchIT란 무엇입니까?

MatchIT은(는) https://app.matchit.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MatchIT Extension"입니다.

확장 프로그램 스크린샷

screenshot

MatchIT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The MatchIT.io Chrome Extension is a premium web application based software designed for Amazon sellers. MatchIT.io helps you turn your 1 star reviews on your Amazon listing into 5 stars so you can manage the reputation of your brands and products.

MatchIT is the most efficient and powerful extension available that allows you to Match Amazon reviewers on your product listings to real Customer Order Numbers, Customer IDs, and Amazon Customer Marketplace email addresses. This gives you the power to quickly contact any customer who has left a review on your product so that you can reconcile any poor customer experience and make sure that you deliver the 5 Start customer experience you know they deserve.

As the best Amazon Reputation Management tool available, you now have the power to do what no one else even knew was possible. Convert 1 or 2 star reviews into 5 stars. Gain an unfair advantage in the Amazon marketplace and download now!                    

확장 프로그램 기본 정보

이름 MatchIT MatchIT
ID ilgllmkffifhlnmjnegpambkcnbloifc
공식 URL https://chromewebstore.google.com/detail/matchit/ilgllmkffifhlnmjnegpambkcnbloifc
설명 MatchIT Extension
파일 크기 213 KB
설치 횟수 22
현재 버전 1.0.8
최근 업데이트 2017-08-25
출시 날짜 2017-08-24
평점 3.00/5 총 2 개의 평점
개발자 https://app.matchit.io
결제 유형 free
확장 프로그램 웹 사이트 https://matchit.io
도움말 페이지 URL https://matchit.io/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MatchIT",
    "description": "MatchIT Extension",
    "version": "1.0.8",
    "icons": {
        "128": "icons\/128x128.png",
        "64": "icons\/64x64.png",
        "48": "icons\/48x48.png",
        "32": "icons\/32x32.png",
        "16": "icons\/16x16.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "https:\/\/app.matchit.io\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "scripts\/jquery-3.2.1.min.js",
                "scripts\/common.js",
                "scripts\/app.js"
            ]
        }
    ]
}