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.
What is eBay Profit Calculator?
eBay Profit Calculator is a Chrome extension developed by Mohy Eid, and its main feature is "This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.".
Extension Screenshots
Download eBay Profit Calculator Extension CRX File
Download eBay Profit Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | eBay Profit Calculator |
ID | ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
Official URL | https://chromewebstore.google.com/detail/ebay-profit-calculator/ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
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. |
File Size | 224 KB |
Installation Count | 333 |
Current Version | 1.1 |
Last Updated | 2018-03-04 |
Publish Date | 2018-03-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mohy Eid |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |