TQUENS - Amazon Seller Assistant
TQUENS Chrome extension is a FREE, powerful tool that enables Amazon sellers to send review requests in bulk and track multiple…
Τι είναι το TQUENS - Amazon Seller Assistant;
Το TQUENS - Amazon Seller Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tquens, και η κύρια λειτουργία του είναι "TQUENS Chrome extension is a FREE, powerful tool that enables Amazon sellers to send review requests in bulk and track multiple…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TQUENS - Amazon Seller Assistant
Λήψη αρχείων επέκτασης TQUENS - Amazon Seller Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TQUENS Chrome extension is a FREE, powerful tool that enables Amazon sellers to send review requests in bulk and track multiple product listings with ease. This easy-to-use extension ensures you don't miss any review opportunities and efficiently track your product ranks. With fully customizable features and innovative designs, TQUENS Chrome extension is an advanced tool that stands above the others. Add TQUENS to your Chrome browser to start saving hours of valuable time with the help of: Review Request 🚀 Request reviews in bulk with a click of a button. 📤 Exclude specific ASINs of your choosing. 📅 Select date range for when you want to send the requests. 📈 View Request Logs that provide an in-depth look at your review requests. Rank Tracker 🔍 Track multiple ASINs in bulk with a click of a button. ⌨️ Specify which keywords you want to track ASINs with. 💾 Save keyword sets to be ready for use when you come back. Benefits: ✔ Save valuable time by minimizing the manual work required to request reviews and track listings. ✔ Increase the number of your product reviews with the ability to send more requests efficiently. ✔ Customize request configurations to match your specific needs. ✔ Receive better insights through request logs for a more in-depth analysis. ✔ Analyze your progress towards the first page with the ability to track listings. ✔ Gain full access to all features even in guest mode. ✔ Utilize this powerful tool for FREE. Review Requester is only available on SellerCentral; Rank Tracker is available on Amazon.com. For more information, contact us at [email protected] or visit us at https://tquens.com.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ikgoidnnncckfdjiomhfbmpiebcjmcmo |
Επίσημο URL | https://chromewebstore.google.com/detail/tquens-amazon-seller-assi/ikgoidnnncckfdjiomhfbmpiebcjmcmo |
Περιγραφή | TQUENS Chrome extension is a FREE, powerful tool that enables Amazon sellers to send review requests in bulk and track multiple… |
Μέγεθος Αρχείου | 1.42 MB |
Αριθμός Εγκαταστάσεων | 107 |
Τρέχουσα Έκδοση | 1.8 |
Τελευταία Ενημέρωση | 2022-03-29 |
Ημερομηνία Δημοσίευσης | 2021-08-31 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Tquens |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tquens.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://tquens.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://tquens.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8", "manifest_version": 2, "name": "TQUENS - Amazon Seller Assistant", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "browser_action": { "default_popup": "popup.html", "default_icon": "favicon-34.png" }, "icons": { "34": "favicon-34.png", "128": "android-chrome-192x192.png" }, "web_accessible_resources": [ "src\/pages\/Content\/assets\/logo\/logo-tquens.svg'" ], "permissions": [ "tabs", "https:\/\/hhc6olq6g2.execute-api.us-west-1.amazonaws.com\/v1\/*", "https:\/\/sxa968psy5.execute-api.us-west-1.amazonaws.com\/v1\/*", "https:\/\/proxy.tquens.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/sellercentral.amazon.com\/*", "https:\/\/www.amazon.com\/*" ], "exclude_matches": [ "*:\/\/*\/*signin*", "https:\/\/sellercentral.amazon.com\/" ], "all_frames": true, "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.scss" ], "run_at": "document_end" }, { "matches": [ "https:\/\/sellercentral.amazon.com\/*" ], "exclude_matches": [ "*:\/\/*\/*signin*" ], "all_frames": true, "js": [ "fontawesome.min.js", "regular.js", "regular.min.js" ], "css": [ "fontawesome.min.css" ], "run_at": "document_end" } ], "devtools_page": "devtools.html", "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |