Amazon Storage Fees Calculator

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

Wat is Amazon Storage Fees Calculator?

Amazon Storage Fees Calculator is een Chrome-extensie ontwikkeld door Turok, en de belangrijkste functie is "Calculates the short and long-term Amazon FBA storage fees.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Amazon Storage Fees Calculator

Download Amazon Storage Fees Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Amazon Storage Fees Calculator Amazon Storage Fees Calculator
ID dbglamehnlckoibnodikjmcfdokehepi
Officiële URL https://chromewebstore.google.com/detail/amazon-storage-fees-calcu/dbglamehnlckoibnodikjmcfdokehepi
Beschrijving Calculates the short and long-term Amazon FBA storage fees.
Bestandsgrootte 377 KB
Aantal Installaties 83
Huidige Versie 1.2
Laatst Bijgewerkt 2017-02-04
Publicatiedatum 2017-02-03
Beoordeling 1.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Turok
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}