Marketplaces Currency Converter

Automatically converts your Envato marketplaces earnings in your local currency.

Was ist Marketplaces Currency Converter?

Marketplaces Currency Converter ist eine Chrome-Erweiterung, die von Woopy entwickelt wurde, und ihr Hauptmerkmal ist "Automatically converts your Envato marketplaces earnings in your local currency.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Marketplaces Currency Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Marketplaces Currency Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension automatically converts your Envato Marketplaces earning from US Dollar to your local currency.

It is also possible to choose amongst 152 other currencies by going to the option page accessible via the URL chrome://extensions/ and by clicking on the "Options" link of the extension.

The exchange rate is updated every 24h and retrieved from Yahoo Finance website.                    

Grundlegende Informationen zur Erweiterung

Name Marketplaces Currency Converter Marketplaces Currency Converter
ID ohcohompdkdfogmdnggocoeggknhbigi
Offizielle URL https://chrome.google.com/webstore/detail/marketplaces-currency-con/ohcohompdkdfogmdnggocoeggknhbigi
Beschreibung Automatically converts your Envato marketplaces earnings in your local currency.
Dateigröße 63.75 KB
Installationsanzahl 22
Aktuelle Version 1.2
Letztes Update 2014-02-14
Veröffentlichungsdatum 2014-02-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Woopy
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marketplaces Currency Converter",
    "version": "1.2",
    "description": "Automatically converts your Envato marketplaces earnings in your local currency.",
    "author": "Woopy",
    "options_page": "settings\/settings.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "config_resources\/countries.json",
        "settings\/EnvatoAPI.png"
    ],
    "content_scripts": [
        {
            "css": [
                "settings\/settings.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/activeden.net\/user*earnings",
                "http:\/\/audiojungle.net\/user*earnings",
                "http:\/\/themeforest.net\/user*earnings",
                "http:\/\/videohive.net\/user*earnings",
                "http:\/\/graphicriver.net\/user*earnings",
                "http:\/\/3docean.net\/user*earnings",
                "http:\/\/codecanyon.net\/user*earnings",
                "http:\/\/marketplace.tutsplus.com\/user*earnings",
                "http:\/\/photodune.net\/user*earnings"
            ]
        }
    ],
    "manifest_version": 2
}