Price-fix
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Τι είναι το Price-fix;
Το Price-fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zen Arbitrage, και η κύρια λειτουργία του είναι "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Price-fix
Λήψη αρχείων επέκτασης Price-fix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Price-fix |
ID | coniammgndoohnfbcdkccdcofoodplml |
Επίσημο URL | https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml |
Περιγραφή | PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click. |
Μέγεθος Αρχείου | 545 KB |
Αριθμός Εγκαταστάσεων | 157 |
Τρέχουσα Έκδοση | 2.0.3 |
Τελευταία Ενημέρωση | 2023-02-27 |
Ημερομηνία Δημοσίευσης | 2020-06-16 |
Προγραμματιστής | Zen Arbitrage |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.zenarbitrage.co/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.zenarbitrage.co/optin1591157726581 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Peter Valley", "name": "Price-fix", "description": "PriceFix repairs Amazon \"high price errors,\" automating the editing of prices on your stranded inventory page with 1-click.", "manifest_version": 3, "version": "2.0.3", "icons": { "512": "icon2.png" }, "action": { "default_popup": "src\/html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/sellercentral.amazon.com\/*" ], "css": [ "src\/css\/style.css" ], "js": [ "src\/js\/jquery-3.1.1.min.js", "src\/js\/config.js", "src\/js\/rollbar.min.js", "src\/js\/Pricefix.js" ] } ], "web_accessible_resources": [ { "resources": [ "src\/img\/*" ], "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.sg\/*", "*:\/\/www.amazon.com.tr\/*", "*:\/\/www.amazon.ae\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.com.au\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/fonts.googleapis.com\/*" ] } |