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.
Vad är eBay Profit Calculator?
eBay Profit Calculator är en Chrome-tillägg utvecklad av Mohy Eid, och dess huvudfunktion är "This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.".
Tilläggsskärmbilder
Ladda ner eBay Profit Calculator-förlängningens CRX-fil
Ladda ner eBay Profit Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
| Officiell webbadress | https://chromewebstore.google.com/detail/ebay-profit-calculator/ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
| Beskrivning | This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs. |
| Filstorlek | 224 KB |
| Antal Installationer | 333 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2018-03-04 |
| Publiceringsdatum | 2018-03-03 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Mohy Eid |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |