Amazon Storage Fees Calculator

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

O que é Amazon Storage Fees Calculator?

Amazon Storage Fees Calculator é uma extensão do Chrome desenvolvida por Turok, e sua principal característica é "Calculates the short and long-term Amazon FBA storage fees.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Amazon Storage Fees Calculator

Baixe arquivos de extensão Amazon Storage Fees Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Amazon Storage Fees Calculator Amazon Storage Fees Calculator
ID dbglamehnlckoibnodikjmcfdokehepi
URL Oficial https://chromewebstore.google.com/detail/amazon-storage-fees-calcu/dbglamehnlckoibnodikjmcfdokehepi
Descrição Calculates the short and long-term Amazon FBA storage fees.
Tamanho do Arquivo 377 KB
Contagem de Instalações 83
Versão Atual 1.2
Última Atualização 2017-02-04
Data de Publicação 2017-02-03
Classificação 1.00/5 Total de 5 Avaliações
Desenvolvedor Turok
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}