MatchIT

MatchIT Extension

什么是MatchIT?

MatchIT是由https://app.matchit.io开发的Chrome扩展程序,该扩展的主要功能是“MatchIT Extension”。

扩展截图

screenshot

下载MatchIT扩展crx文件

下载MatchIT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}