eBay Profit Calculator
This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.
eBay Profit Calculatorとは何ですか?
eBay Profit CalculatorはMohy Eidによって開発されたChromeの拡張機能で、その主な機能は「This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.」です。
拡張機能のスクリーンショット
eBay Profit Calculator拡張機能のCRXファイルをダウンロード
eBay Profit Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | eBay Profit Calculator |
ID | ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
公式URL | https://chromewebstore.google.com/detail/ebay-profit-calculator/ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
説明 | This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs. |
ファイルサイズ | 224 KB |
インストール数 | 333 |
現在のバージョン | 1.1 |
最終更新日 | 2018-03-04 |
公開日 | 2018-03-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Mohy Eid |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBay Profit Calculator", "short_name": "eBay Calc", "description": "This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss\/gain calcs.", "version": "1.1", "author": "Mohy Eid", "offline_enabled": true, "browser_action": { "default_icon": "icon48.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |