USD To INR Exchange Rate
USD To INR Exchange Rate is a free extension that would provide real time conversion rate.
Cos'è USD To INR Exchange Rate?
USD To INR Exchange Rate è un'estensione di Chrome sviluppata da https://infoplotter.com, e la sua funzione principale è "USD To INR Exchange Rate is a free extension that would provide real time conversion rate.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione USD To INR Exchange Rate
Scarica i file di estensione USD To INR Exchange Rate 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
USD To INR Exchange Rate is a free extension that would provide real time conversion rate.
Credits : It uses API provided by http://apilayer.net/ Informazioni di Base sull'Estensione
| Nome | |
| ID | ipjodhfncckjnfffpfekkihndjokbacd |
| URL Ufficiale | https://chromewebstore.google.com/detail/usd-to-inr-exchange-rate/ipjodhfncckjnfffpfekkihndjokbacd |
| Descrizione | USD To INR Exchange Rate is a free extension that would provide real time conversion rate. |
| Dimensione del File | 7.89 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2018-06-10 |
| Data di Pubblicazione | 2018-06-10 |
| Sviluppatore | https://infoplotter.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "USD To INR Exchange Rate",
"short_name": "usdTOinr-Exchange",
"description": "USD To INR Exchange Rate is a free extension that would provide real time conversion rate.",
"version": "2.0",
"manifest_version": 2,
"icons": {
"32": "icon.png",
"48": "icon-48.png"
},
"browser_action": {
"default-icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"style.css"
]
} | |