Currency Conversion Calculator

Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more.

Currency Conversion Calculator क्या है?

Currency Conversion Calculator https://theasay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Currency Conversion Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Welcome to our currency converter extension!

Are you tired of manually calculating exchange rates every time you need to convert one currency to another? Our extension makes it easy for you to quickly and accurately convert any amount from one currency to another.
Simply select the currency you want to convert from and the currency you want to convert to, enter the amount, and our extension will do the rest. 
With up-to-date exchange rates and a user-friendly interface, our extension is the perfect tool for anyone who needs to make frequent currency conversions. 

Whether you're a traveler, a business owner, or just someone who needs to keep track of exchange rates, our extension has you covered. 
Give it a try today and see how much time and hassle it can save you.                    

एक्सटेंशन की मूल जानकारी

नाम Currency Conversion Calculator Currency Conversion Calculator
ID cmkmopgjpnjhmlgcpmagbcfkmakeihof
आधिकारिक URL https://chromewebstore.google.com/detail/currency-conversion-calcu/cmkmopgjpnjhmlgcpmagbcfkmakeihof
विवरण Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more.
फ़ाइल का आकार 524 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-03-18
प्रकाशन तिथि 2023-01-17
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर https://theasay.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://findniche.com/
गोपनीयता नीति पृष्ठ URL https://findniche.com/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Currency Conversion Calculator"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Alt+W",
                "default": "Alt+W",
                "linux": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/analytics.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more.",
    "icons": {
        "128": "assets\/icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "Currency Conversion Calculator",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html"
    },
    "version": "1.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}