SellerAmp SAS - Amazon FBA Analysis Tool

Analyze products to sell on Amazon via Online Arbitrage. Includes Keepa charts, FBA profit calculator, stock levels and more

Τι είναι το SellerAmp SAS - Amazon FBA Analysis Tool;

Το SellerAmp SAS - Amazon FBA Analysis Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://selleramp.com, και η κύρια λειτουργία του είναι "Analyze products to sell on Amazon via Online Arbitrage. Includes Keepa charts, FBA profit calculator, stock levels and more".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SellerAmp SAS - Amazon FBA Analysis Tool

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

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

                        SellerAmp SAS (Sourcing Analysis Simplified) provides key data you need for Amazon Online Arbitrage and wholesale sourcing. 

Analyze products using SAS on ANY website with a SINGLE CLICK. SellerAmp SAS saves you hours when sourcing by searching Amazon’s database for matching products, and answers important questions:  

Can you sell it?
- Are you eligible to sell the product
- Is it Dangerous Goods
- Is it Hazmat
- Is it Private Label
- Any known IP issues
- Are there variations
- Is it meltable
 …and more

Does it sell? 
- Current and historic BSR (Sales Rank) averages
- Estimated sales
- Competing offers, prices and stock levels
- Interactive price and BSR history charts driven from Keepa data

Is it profitable?
- Profit calculator factoring all Amazon fees and your costs
- Instantly calculate ROI, profit, profit margin, break even sale price, etc.
- Shows the maximum cost to meet your ROI and profit criteria

SAS also provides powerful tools to help you find and organize your analysis:
- History of all products you analyze
- Storefront Search: see products of any Amazon storefront
- Export data to Google sheets
- Variations viewer
- Integrations with sourcing and business management tools
- Notes and tags to organize your sourcing

SellerAmp SAS is available on the following Amazon marketplaces: US, UK, Canada, France, Germany, Italy and Spain. 

SAS subscription also includes use of a mobile app (perfect for Retail Arbitrage) and web app (great for full screen analysis) for use outside the extension. 

Download the extension and get your free trial started. You will speed up your sourcing analysis, gain valuable insights while you source with confidence. Visit selleramp.com for more information.                    

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

Όνομα SellerAmp SAS - Amazon FBA Analysis Tool SellerAmp SAS - Amazon FBA Analysis Tool
ID kidmffepbniamfbibhfgdakkggchipjl
Επίσημο URL https://chromewebstore.google.com/detail/selleramp-sas-amazon-fba/kidmffepbniamfbibhfgdakkggchipjl
Περιγραφή Analyze products to sell on Amazon via Online Arbitrage. Includes Keepa charts, FBA profit calculator, stock levels and more
Μέγεθος Αρχείου 566 KB
Αριθμός Εγκαταστάσεων 134,667
Τρέχουσα Έκδοση 0.0.43
Τελευταία Ενημέρωση 2023-04-12
Ημερομηνία Δημοσίευσης 2020-06-26
Αξιολόγηση 4.62/5 Συνολικά 53 Αξιολογήσεις
Προγραμματιστής https://selleramp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://selleramp.com/privacy-center/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SellerAmp SAS - Amazon FBA Analysis Tool",
    "short_name": "SellerAmp SAS",
    "version": "0.0.43",
    "description": "Analyze products to sell on Amazon via Online Arbitrage. Includes Keepa charts, FBA profit calculator, stock levels and more",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/custom.css",
                "css\/jquery-ui.structure.min.css",
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/jquery-ui.min.js",
                "js\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/background2.js",
            "js\/jquery-3.4.1.min.js",
            "js\/jquery-ui.min.js"
        ],
        "persistent": true
    },
    "browser_action": [],
    "icons": {
        "16": "images\/sas-logo2-16.png",
        "32": "images\/sas-logo2-32.png",
        "48": "images\/sas-logo2-48.png",
        "128": "images\/sas-logo2-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.selleramp.com\/*",
            "*:\/\/*.arbitragehero.com\/*",
            "*:\/\/*.sellertoolkit.co.uk\/*",
            "*:\/\/*.fbadealsource.com\/*",
            "*:\/\/fbadealsource.com\/*"
        ]
    },
    "web_accessible_resources": [
        "frame.html",
        "images\/anim.gif",
        "images\/exticon.png",
        "images\/sas-full-logo.png",
        "images\/sas-logo2-32.png",
        "images\/sas-logo-color.png",
        "images\/selleramp-sas-ext-h30.png",
        "images\/sas-logo-mono2.png",
        "images\/docked-left.png",
        "images\/docked-right.png",
        "images\/embedded.png",
        "images\/embedded-center.png",
        "images\/floating.png",
        "images\/modal.png",
        "images\/home.png",
        "images\/settings.png",
        "images\/history.png",
        "images\/envelope.png"
    ]
}