Amazon Storage Fees Calculator

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

什麼是Amazon Storage Fees Calculator?

Amazon Storage Fees Calculator是由Turok開發的Chrome擴展程式,該擴展的主要功能是“Calculates the short and long-term Amazon FBA storage fees.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Amazon Storage Fees Calculator擴展crx文件

下載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
官方網址 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
        }
    ]
}