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.

Apa itu eBay Profit Calculator?

eBay Profit Calculator adalah ekstensi Chrome yang dikembangkan oleh Mohy Eid, dan fitur utamanya adalah "This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi eBay Profit Calculator

Unduh file ekstensi eBay Profit Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama eBay Profit Calculator eBay Profit Calculator
ID ddeoccjfmjhmmhmcalnhpcibfnoloeoc
URL Resmi https://chromewebstore.google.com/detail/ebay-profit-calculator/ddeoccjfmjhmmhmcalnhpcibfnoloeoc
Deskripsi This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.
Ukuran File 224 KB
Jumlah Instalasi 333
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-03-04
Tanggal Publikasi 2018-03-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Mohy Eid
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}