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