USD to INR
Gets the exchange rate for INR from USD using alphavantage api
Wat is USD to INR?
USD to INR is een Chrome-extensie ontwikkeld door santy, en de belangrijkste functie is "Gets the exchange rate for INR from USD using alphavantage api".
Extensie Screenshots
Download het CRX-bestand van de extensie USD to INR
Download USD to INR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | USD to INR |
ID | plieifcpimfbippldbacpcflkdaolphn |
Officiële URL | https://chromewebstore.google.com/detail/usd-to-inr/plieifcpimfbippldbacpcflkdaolphn |
Beschrijving | Gets the exchange rate for INR from USD using alphavantage api |
Bestandsgrootte | 80.64 KB |
Aantal Installaties | 296 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2017-12-13 |
Publicatiedatum | 2017-12-13 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | santy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |