USD to INR

Gets the exchange rate for INR from USD using alphavantage api

Qu'est-ce que USD to INR ?

USD to INR est une extension Chrome développée par santy, et sa fonction principale est "Gets the exchange rate for INR from USD using alphavantage api".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension USD to INR

Téléchargez les fichiers d'extension USD to INR 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

                        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.                    

Informations de Base sur l'Extension

Nom USD to INR USD to INR
ID plieifcpimfbippldbacpcflkdaolphn
URL Officiel https://chromewebstore.google.com/detail/usd-to-inr/plieifcpimfbippldbacpcflkdaolphn
Description Gets the exchange rate for INR from USD using alphavantage api
Taille du Fichier 80.64 KB
Nombre d'Installations 296
Version Actuelle 0.5
Dernière Mise à Jour 2017-12-13
Date de Publication 2017-12-13
Évaluation 3.00/5 Total 2 Évaluations
Développeur santy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}