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.
Co to jest eBay Profit Calculator?
eBay Profit Calculator to rozszerzenie Chrome opracowane przez Mohy Eid, a jego główną funkcją jest „This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia eBay Profit Calculator
Pobierz pliki rozszerzeń eBay Profit Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
| Oficjalny URL | https://chromewebstore.google.com/detail/ebay-profit-calculator/ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
| Opis | This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs. |
| Rozmiar pliku | 224 KB |
| Liczba instalacji | 333 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2018-03-04 |
| Data Publikacji | 2018-03-03 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Mohy Eid |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |