USD to INR

Gets the exchange rate for INR from USD using alphavantage api

Cos'è USD to INR?

USD to INR è un'estensione di Chrome sviluppata da santy, e la sua funzione principale è "Gets the exchange rate for INR from USD using alphavantage api".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione USD to INR

Scarica i file di estensione USD to INR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Gets the exchange rate for Indian Rupee (INR) from United States Dollar (USD) using AlphaVantage api. Click on the extension to reload data. Right click to get a link to yahoo finance directly.                    

Informazioni di Base sull'Estensione

Nome USD to INR USD to INR
ID plieifcpimfbippldbacpcflkdaolphn
URL Ufficiale https://chromewebstore.google.com/detail/usd-to-inr/plieifcpimfbippldbacpcflkdaolphn
Descrizione Gets the exchange rate for INR from USD using alphavantage api
Dimensione del File 80.64 KB
Conteggio Installazioni 296
Versione Corrente 0.5
Ultimo Aggiornamento 2017-12-13
Data di Pubblicazione 2017-12-13
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore santy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USD to INR",
    "description": "Gets the exchange rate for INR from USD using alphavantage api",
    "version": "0.5",
    "background": {
        "scripts": [
            "jquery.js",
            "script.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/www.alphavantage.co\/query\/*",
        "contextMenus"
    ]
}