Amazon Storage Fees Calculator

Calculates the short and long-term Amazon FBA storage fees.

Τι είναι το Amazon Storage Fees Calculator;

Το Amazon Storage Fees Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Turok, και η κύρια λειτουργία του είναι "Calculates the short and long-term Amazon FBA storage fees.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Storage Fees Calculator

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

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

                        Amazon Storage Fees Calculator is a handy tool for every Amazon seller doing online arbitrage (OA). It calculates the short and long term FBA storage fees based on the product's dimensions, so it helps to make the right and feasible decisions. This helps you to get a better estimate of your potential profit. It is very helpful when deciding how many units to purchase or whether send something in to the warehouse or not.

This extension is a great time saver as figuring this out manually is very time consuming.

The fees multipliers can be changed in an intuitive extension options page.                    

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

Όνομα Amazon Storage Fees Calculator Amazon Storage Fees Calculator
ID dbglamehnlckoibnodikjmcfdokehepi
Επίσημο URL https://chromewebstore.google.com/detail/amazon-storage-fees-calcu/dbglamehnlckoibnodikjmcfdokehepi
Περιγραφή Calculates the short and long-term Amazon FBA storage fees.
Μέγεθος Αρχείου 377 KB
Αριθμός Εγκαταστάσεων 83
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2017-02-04
Ημερομηνία Δημοσίευσης 2017-02-03
Αξιολόγηση 1.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Turok
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Storage Fees Calculator",
    "description": "Calculates the short and long-term Amazon FBA storage fees.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Amazong storage fees calculator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.amazon.com\/*",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}