Refund Max
Attention Amazon FBA Sellers: Find the money Amazon owes you with the most comprehensive refund finder!
Τι είναι το Refund Max;
Το Refund Max είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://kinvoke.com, και η κύρια λειτουργία του είναι "Attention Amazon FBA Sellers: Find the money Amazon owes you with the most comprehensive refund finder!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Refund Max
Λήψη αρχείων επέκτασης Refund Max σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Want to find out how much money Amazon owes you? Our extension finds FBA fee overcharges, inbound shipment discrepancies, and reimbursement opportunities such as items lost or damaged in Amazon warehouses. Tired of paying a subscription fee, or a percentage cut of your Amazon refunds to expensive services? Our extension is completely free to use! Wary of services that violate Amazon Terms of Service? Our extension finds your reimbursement opportunities and generates a report for you. You may review the case and submit it yourself! Have any questions, comments, or concerns? Reach out to us at [email protected], our customer support team will respond within 24 hours. Here's what we find for you: ★ Lost/Damaged Items - Easily view when Amazon loses or damages your items without reimbursing you! ★ Refunds without Returns - Find out when customers refunds your orders without returning the item! ★ Late Refunds - Get your money back when customers return your orders late! ★ FBA Fee Overcharges - Get notified when Amazon charges you unexpected FBA fees, and get your money back! ★ Inbound Shipment Inventory Reconciliation - Easily view which inbound shipments have missing items! We currently support US Seller Central Accounts, more regions coming soon! The Kinvoke Promise: We guarantee 100% satisfaction for all our customers. Contact us at [email protected], or reach out to us on Twitter: http://bit.ly/kinvoketw, or LinkedIn: http://bit.ly/kinvokeli. Join our support group on Facebook! https://www.facebook.com/groups/338050917005692 Related applications: Refund Genie, AMZ Refund, RefundsManager, Ecomm Elite's Refund Finder Pro, Refund Sniper, Seller Bench, Refunds Manager, Seller Zen, FBA Agent, Reimburse Me Now, Seller Lock, Refund Pad, FBA Manager, Lean Seller, FBA Auditor, AZ Refund Guide
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dikgghfppjlllgenipecchflncgooknk |
Επίσημο URL | https://chrome.google.com/webstore/detail/dikgghfppjlllgenipecchflncgooknk |
Περιγραφή | Attention Amazon FBA Sellers: Find the money Amazon owes you with the most comprehensive refund finder! |
Μέγεθος Αρχείου | 3.27 MB |
Αριθμός Εγκαταστάσεων | 144 |
Τρέχουσα Έκδοση | 1.0.51 |
Τελευταία Ενημέρωση | 2020-07-13 |
Ημερομηνία Δημοσίευσης | 2020-06-26 |
Αξιολόγηση | 4.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | http://kinvoke.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.kinvoke.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.kinvoke.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://kinvoke.com/refund-max-privacy-policy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,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": "1.0.51", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Click here" }, "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "permissions": [ "identity", "identity.email", "background", "storage", "https:\/\/shopswain.auth0.com\/*", "https:\/\/app.amzrefundfinder.com\/*" ], "web_accessible_resources": [ "refund-max.html" ] } |