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.

Qu'est-ce que eBay Profit Calculator ?

eBay Profit Calculator est une extension Chrome développée par Mohy Eid, et sa fonction principale est "This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension eBay Profit Calculator

Téléchargez les fichiers d'extension eBay Profit Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom eBay Profit Calculator eBay Profit Calculator
ID ddeoccjfmjhmmhmcalnhpcibfnoloeoc
URL Officiel 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.
Taille du Fichier 224 KB
Nombre d'Installations 333
Version Actuelle 1.1
Dernière Mise à Jour 2018-03-04
Date de Publication 2018-03-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur Mohy Eid
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}