USD to INR

Gets the exchange rate for INR from USD using alphavantage api

Apa itu USD to INR?

USD to INR adalah ekstensi Chrome yang dikembangkan oleh santy, dan fitur utamanya adalah "Gets the exchange rate for INR from USD using alphavantage api".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi USD to INR

Unduh file ekstensi USD to INR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama USD to INR USD to INR
ID plieifcpimfbippldbacpcflkdaolphn
URL Resmi https://chromewebstore.google.com/detail/usd-to-inr/plieifcpimfbippldbacpcflkdaolphn
Deskripsi Gets the exchange rate for INR from USD using alphavantage api
Ukuran File 80.64 KB
Jumlah Instalasi 296
Versi Saat Ini 0.5
Terakhir Diperbarui 2017-12-13
Tanggal Publikasi 2017-12-13
Penilaian 3.00/5 Total 2 Penilaian
Pengembang santy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}