Marketplaces Currency Converter

Automatically converts your Envato marketplaces earnings in your local currency.

Qu'est-ce que Marketplaces Currency Converter ?

Marketplaces Currency Converter est une extension Chrome développée par Woopy, et sa fonction principale est "Automatically converts your Envato marketplaces earnings in your local currency.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Marketplaces Currency Converter

Téléchargez les fichiers d'extension Marketplaces Currency Converter 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

                        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.                    

Informations de Base sur l'Extension

Nom Marketplaces Currency Converter Marketplaces Currency Converter
ID ohcohompdkdfogmdnggocoeggknhbigi
URL Officiel https://chrome.google.com/webstore/detail/marketplaces-currency-con/ohcohompdkdfogmdnggocoeggknhbigi
Description Automatically converts your Envato marketplaces earnings in your local currency.
Taille du Fichier 63.75 KB
Nombre d'Installations 22
Version Actuelle 1.2
Dernière Mise à Jour 2014-02-14
Date de Publication 2014-02-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Woopy
Type de Paiement free
Langues Prises en Charge 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
}