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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } ] } |