Amazon Smart Scout View FREE
Amazon & FBA product research tool. All important information about products right on Amazon pages.
Τι είναι το Amazon Smart Scout View FREE;
Το Amazon Smart Scout View FREE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://smartscout.top, και η κύρια λειτουργία του είναι "Amazon & FBA product research tool. All important information about products right on Amazon pages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazon Smart Scout View FREE
Λήψη αρχείων επέκτασης Amazon Smart Scout View FREE σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Amazon Smart Scout View FREE Chrome Extension is the light and fast Product Research Tool that will help you become a Successful Seller on Amazon. The extension saves you time. Find a Profitable Product or Niche Faster and Start Selling on Amazon. You do not need to run the extension. Smart Scout View is embedded into Amazon listings and displays products in a convenient table. You can easily compare and analyze products or download product data to CSV and Excel. The extension is completely FREE. It does not require authorization, email or credit cards. Main functionality: + Table of All Product Information + Niche Statistics + Niche Keywords + Product Keywords + Filter of products + Export to .CSV The following information is displayed in the table: - Title - Brand - Bullets - Category Tree - Price - Rating - Number of Reviews - Best Sellers Rank - Product Dimensions - Shipping Weight - Number of Variants - Date First Listed on Amazon - Type and Number of Sellers Supported Amazon marketplaces: + US (amazon.com) + Canada (amazon.ca) + United Kingdom (amazon.co.uk) + Australia (amazon.com.au) + India (amazon.in) + United Arab Emirates (amazon.ae) Planned features in upcoming releases: - Other marketplaces support - Niche Score - FBA Calculator We are at the beginning of the journey. But we believe that we will make the Best Tool for Amazon Products Research Together. You can leave your Feedbacks and Suggestions here: https://feedback.userreport.com/cd9f84d3-4ec4-41ed-b1cb-04a70e2548a2#ideas/popular Related Software: DS Quick View, Jungle Scout, AMZScout, Egrow.io, XRay, Helium10
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pimdaocgmlabkdkiodlnmmboeklkdabk |
Επίσημο URL | https://chrome.google.com/webstore/detail/amazon-smart-scout-view-f/pimdaocgmlabkdkiodlnmmboeklkdabk |
Περιγραφή | Amazon & FBA product research tool. All important information about products right on Amazon pages. |
Μέγεθος Αρχείου | 374 KB |
Αριθμός Εγκαταστάσεων | 4,307 |
Τρέχουσα Έκδοση | 1.1.21 |
Τελευταία Ενημέρωση | 2021-12-21 |
Ημερομηνία Δημοσίευσης | 2020-06-19 |
Αξιολόγηση | 2.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | http://smartscout.top |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Ιστότοπος Επέκτασης | https://smartscout.top |
Διεύθυνση URL της Σελίδας Βοήθειας | https://feedback.userreport.com/cd9f84d3-4ec4-41ed-b1cb-04a70e2548a2 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Smart Scout View FREE", "short_name": "Smart Scout View FREE", "description": "Amazon & FBA product research tool. All important information about products right on Amazon pages.", "version": "1.1.21", "author": "https:\/\/smartscout.top", "homepage_url": "https:\/\/smartscout.top", "icons": { "16": "icons\/logo_small_16.png", "48": "icons\/logo_small_48.png", "128": "icons\/logo_small_128.png" }, "browser_action": { "default_title": "Amazon Smart Scout View FREE", "default_icon": "icons\/logo_small_16.png", "default_popup": "splash\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.com.au\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.ae\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.com.au\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.ae\/*" ], "run_at": "document_start", "js": [ "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ "images\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAikoIjx7luGcoj9kGp3IpIbj7h\/VNBds+sedIyS8nQ6cYRrb0oxai+QURyG\/CnRf6xucgKKoRrrns01dwY8dGGvbS92u4I8KQRr5hduGCC4a47F34kXVnQHueTbBUrMiydxnp9rhR1m0UylFhKOkXJlqbDA1Ld\/ZmC8ctvjSf9W+fglE5sY7YRnojbYRRSMyptwLh8gGB4fdIewXbXOpjsPmoatsurApmHTd7SZh3zm3nhunb3Ux\/Y920LCBERcY4obc1brBce7E0xvWJQla\/FqlRa46CtqCGp9WDPBtbOzrQ2bofHuTOoAggqfIQRSg0y5+a7EDd63lQi8GFveUlPwIDAQAB" } |