AMZ Review to Order Matching

Match Amazon reviews to Amazon orders in one click

AMZ Review to Order Matchingとは何ですか?

AMZ Review to Order Matchingはhttps://shopswain.comによって開発されたChromeの拡張機能で、その主な機能は「Match Amazon reviews to Amazon orders in one click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AMZ Review to Order Matching拡張機能のCRXファイルをダウンロード

AMZ Review to Order Matching拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you tired of getting one star product reviews on your Amazon products without understanding why? This extension helps you match the Amazon product review to a customer order, so you can contact the customer and find out what went wrong.

This extension is the only Amazon review-to-order matching tool on the market. On September 23rd, 2018, Amazon changed their messaging platform to prevent confirmation of 100% review-to-order matches. This change disabled all other review-to-order matching tools.

If the install button above does not work for you, try http://bit.ly/amzromalt, or contact us at [email protected].
Want to share data, manage multiple users, and take advantage of referral and affiliate credit? Download the enterprise extension: http://bit.ly/getamzrom
If you are running into payment problems with the standard version, download the enterprise version.

Get $10 in subscription credit for each friend you refer!
Want to spread the word? Join our affiliate program today! http://bit.ly/amzromaffapp

The extension executes a probabilistic review-to-order matching algorithm that uses a combination of reviewer name, review and order dates, review sentiment, and many other factors, in order to get you the most probable order matches for your reviews. Our customers have reported great success in finding the right order using this algorithm.

Have any questions, comments, or concerns? Reach out to us at [email protected], our customer support team will respond within 24 hours.


The Shopswain Promise: We guarantee 100% satisfaction for all our customers. Subscribing to the extension is absolutely risk-free.

If you are not satisfied with the extension for any reason, you can email us or request a refund through Google Payments, and we will refund your last payment within 24 hours.

We pro-actively monitor changes to Amazon’s system that could affect how the extension works, and our engineering team is always on standby to fix any issues with the extension.


★ For All Sellers, For Most Marketplaces

Compatible with most Amazon Marketplaces: North America (US, Canada, Mexico), EU (UK, France, Germany, Italy, Spain), Australia, Japan, and Brazil.

★ Get the Most Accurate Results

Our advanced statistical analysis uses the review date, reviewer name, and other data points, to find the most likely order match.

★ Investigate Reviews on Any Amazon Page

On Amazon product pages or Amazon review pages, just click on the “Find Order” button next to the review, and watch as the extension magically analyzes your orders to find the reviewer.

★ Save Matches For Later

The extension allows you to save order matches, so there’s no need to search for orders twice.

★ Super User Friendly

Fed up with annoying extensions that make you login every time you want to use them? You only have to login to Seller Central for this tool to work!

★ Keep Your Data Private

No Amazon MWS access is required, just be logged into Seller Central when you use the extension.

★ Always up-to-date with Amazon

Our comprehensive monitoring systems let us know when Amazon makes a change to their system that affects the extension. Your business shouldn’t be left behind because of software issues!

★ No Funny Business

This extension just automates operations that you can already perform in Seller Central, and performs statistical analysis afterwards.
                                                                                                 
★ Product and Seller Review Notifications

Get notifications about new product and seller feedback reviews delivered straight to your email inbox!


Note: You should be logged into Seller Central with a user that has the “Manage Orders” and “Manage Refunds” permissions.

All our tools are designed and built in beautiful Vancouver, Canada!

Contact us at [email protected], or reach out to us on
Facebook: http://bit.ly/shopswainfb,
Twitter: http://bit.ly/shopswaintw,
or LinkedIn: http://bit.ly/shopswainli.
Join our support group on Facebook! https://www.facebook.com/groups/118175552395560                    

拡張機能の基本情報

名前 AMZ Review to Order Matching AMZ Review to Order Matching
ID opeiecdnpgdmonckglnlkgelmicjohei
公式URL https://chromewebstore.google.com/detail/amz-review-to-order-match/opeiecdnpgdmonckglnlkgelmicjohei
説明 Match Amazon reviews to Amazon orders in one click
ファイルサイズ 5.96 MB
インストール数 1,202
現在のバージョン 2.0.210
最終更新日 2022-10-02
公開日 2020-05-19
評価 4.20/5 合計 30 レビュー
開発者 https://shopswain.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.shopswain.com
ヘルプページのURL http://www.shopswain.com/amz-reviewer-finder-users-manual/
プライバシーポリシーページのURL http://www.shopswain.com/shopswain-amz-reviewer-finder-privacy-policy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.210",
    "icons": {
        "16": "shield 16.png",
        "32": "shield 32.png",
        "48": "shield 48.png",
        "128": "shield 128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click here"
    },
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.au\/*"
            ],
            "include_globs": [
                "*amazon*\/gp*\/*",
                "*amazon*\/dp*\/*",
                "*amazon*\/product-reviews*\/*",
                "*amazon*\/gp*\/*customer-reviews*\/*",
                "*amazon*\/review\/*"
            ],
            "js": [
                "reviewPageContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.au\/*"
            ],
            "include_globs": [
                "*amazon*\/product-reviews*\/*"
            ],
            "js": [
                "reviewDownloadContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.au\/*"
            ],
            "include_globs": [
                "*amazon*\/gp*\/*",
                "*amazon*\/dp*\/*",
                "*amazon*\/product-reviews*\/*",
                "*amazon*\/gp*\/*customer-reviews*\/*",
                "*amazon*\/review\/*"
            ],
            "js": [
                "iframePageContentScript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "alarms",
        "identity",
        "identity.email",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.cn\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.com.au\/*",
        "https:\/\/*.sellercentral.amazon.com\/*",
        "https:\/\/*.sellercentral.amazon.ca\/*",
        "https:\/\/*.sellercentral.amazon.com.mx\/*",
        "https:\/\/*.sellercentral.amazon.co.uk\/*",
        "https:\/\/*.sellercentral.amazon.fr\/*",
        "https:\/\/*.sellercentral.amazon.de\/*",
        "https:\/\/*.sellercentral.amazon.it\/*",
        "https:\/\/*.sellercentral.amazon.es\/*",
        "https:\/\/*.sellercentral.amazon.com.br\/*",
        "https:\/\/*.sellercentral.amazon.in\/*",
        "https:\/\/*.mai.amazon.cn\/*",
        "https:\/\/*.sellercentral.amazon.co.jp\/*",
        "https:\/\/*.sellercentral.amazon.com.au\/*",
        "https:\/\/*.eu.account.amazon.com\/*",
        "https:\/\/*.na.account.amazon.com\/*",
        "https:\/\/*.apac.account.amazon.com\/*"
    ],
    "web_accessible_resources": [
        "languages\/*",
        "amz-review-to-order-matching-enterprise-account-management.html"
    ]
}