Amazon Quick Copy

Automatically copy most fields from an Amazon.com listing & paste them to a Google or Excel Spreadsheet with one click.

Τι είναι το Amazon Quick Copy;

Το Amazon Quick Copy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Amazon Seller Sweet!, και η κύρια λειτουργία του είναι "Automatically copy most fields from an Amazon.com listing & paste them to a Google or Excel Spreadsheet with one click.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Quick Copy

Λήψη αρχείων επέκτασης Amazon Quick Copy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This tool is designed for anyone doing product sourcing or research on Amazon.com.  Retail/Online Arbitrage, Wholesale, Private Label Research, etc.  It will copy all relevant fields, including product pictures and "Keepa" charts.

IMPORTANT:  This tool works best when the "Revseller" Chrome Extension installed.  With it, you can copy the fields for your Buy Price, Buy Box Price, Net Profit, ROI, Margin, and 90 Day Average rank.  No MWS keys required.  

In the "Options" page you can choose FBA/MFN prices, and Google Sheets/Excel format.  Drag & drop all the available fields in the correct order to paste onto your spreadsheet, and save your default setting.

All fields that this tool can copy:
-Product Name
-ASIN
-Link to Product Listing
-Product Image
-Buy Box Price
-Category
-Current Ranking
-Keepa Chart Price/Ranking Picture
-Brand Check* (See Below)
-90 day average ranking (Requires Revseller)
-# of Sellers (Requires Revseller)

The following fields are copied based on your input into Revseller:
-Your Buy Price
-Net Profit
-ROI
-Margin

*The Brand Check feature will scan the listing against an exhaustive list of brands that are restricted for Amazon sellers, or have sent policy warnings/legal notices to sellers in the past, and it will print any matches to the field.  It's designed as a "catch all" for identifying possible issues selling a particular listing, and not meant to imply that you cannot sell a particular product.  It's meant to encourage further research/networking.

Works on the Amazon.com marketplace.

Not Affiliated With Amazon.com or its Subsidiaries                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon Quick Copy Amazon Quick Copy
ID blfphlbijcloclcogobgpaadbcbemnkb
Επίσημο URL https://chromewebstore.google.com/detail/amazon-quick-copy/blfphlbijcloclcogobgpaadbcbemnkb
Περιγραφή Automatically copy most fields from an Amazon.com listing & paste them to a Google or Excel Spreadsheet with one click.
Μέγεθος Αρχείου 1.09 MB
Αριθμός Εγκαταστάσεων 2,653
Τρέχουσα Έκδοση 0.3.5
Τελευταία Ενημέρωση 2019-09-08
Ημερομηνία Δημοσίευσης 2019-09-06
Αξιολόγηση 3.93/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Amazon Seller Sweet!
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://amzquickcopy.com/policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Quick Copy",
    "version": "0.3.5",
    "manifest_version": 2,
    "description": "Automatically copy most fields from an Amazon.com listing & paste them to a Google or Excel Spreadsheet with one click.",
    "icons": {
        "32": "images\/AmazonQuickCopy-3108-32.png",
        "128": "images\/AmazonQuickCopy-3108-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "css": [
                "bower_components\/font-awesome\/css\/font-awesome.css",
                "bower_components\/jquery-ui\/themes\/base\/jquery-ui.css",
                "bower_components\/intro.js\/introjs.css",
                "stylesheets.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/bootstrap\/dist\/js\/bootstrap.js",
                "bower_components\/jquery-ui\/jquery-ui.js",
                "bower_components\/clipboard\/dist\/clipboard.js",
                "bower_components\/bootbox.js\/bootbox.js",
                "bower_components\/underscore\/underscore.js",
                "bower_components\/notifyjs\/dist\/notify.js",
                "bower_components\/intro.js\/intro.js",
                "scripts\/content-scripts\/amazon.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amzquickcopy.com\/*",
        "storage",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_title": "Amazon Quick Copy",
        "default_icon": {
            "32": "images\/AmazonQuickCopy-3108-32.png",
            "48": "images\/AmazonQuickCopy-3108-48.png",
            "96": "images\/AmazonQuickCopy-3108-96.png",
            "128": "images\/AmazonQuickCopy-3108-128.png"
        }
    },
    "web_accessible_resources": [
        "\/images\/*",
        "bower_components\/*"
    ]
}