MatchIT
MatchIT Extension
Τι είναι το MatchIT;
Το MatchIT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://app.matchit.io, και η κύρια λειτουργία του είναι "MatchIT Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MatchIT
Λήψη αρχείων επέκτασης 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 |
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" ] } ] } |