USD To INR Exchange Rate

USD To INR Exchange Rate is a free extension that would provide real time conversion rate.

Vad är USD To INR Exchange Rate?

USD To INR Exchange Rate är en Chrome-tillägg utvecklad av https://infoplotter.com, och dess huvudfunktion är "USD To INR Exchange Rate is a free extension that would provide real time conversion rate.".

Tilläggsskärmbilder

screenshot

Ladda ner USD To INR Exchange Rate-förlängningens CRX-fil

Ladda ner USD To INR Exchange Rate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn USD To INR Exchange Rate USD To INR Exchange Rate
ID ipjodhfncckjnfffpfekkihndjokbacd
Officiell webbadress https://chromewebstore.google.com/detail/usd-to-inr-exchange-rate/ipjodhfncckjnfffpfekkihndjokbacd
Beskrivning USD To INR Exchange Rate is a free extension that would provide real time conversion rate.
Filstorlek 7.89 KB
Antal Installationer 30
Aktuell Version 2.0
Senast Uppdaterad 2018-06-10
Publiceringsdatum 2018-06-10
Utvecklare https://infoplotter.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}