Dólar al instante

Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.

Dólar al instante क्या है?

Dólar al instante brodskyy88 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones."।

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

screenshot

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

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

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

                        - Cotizacion en tiempo real del dolar oficial
- Cotizacion en tiempo real del dolar blue                    

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

नाम Dólar al instante Dólar al instante
ID abnmfhjjfdjnionjbpbojejaahikafaj
आधिकारिक URL https://chromewebstore.google.com/detail/d%C3%B3lar-al-instante/abnmfhjjfdjnionjbpbojejaahikafaj
विवरण Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.
फ़ाइल का आकार 1.33 MB
स्थापना संख्या 224
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-11-08
प्रकाशन तिथि 2020-11-08
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर brodskyy88
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Muestra el valor actualizado del d\u00f3lar en Argentina en el navegador y brinda informaci\u00f3n adicional sobre las cotizaciones.",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "D\u00f3lar al instante",
    "short_name": "DolarAlInstante",
    "author": "El Abeja ",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-24.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "24": "icon-24.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "background",
        "https:\/\/api.bluelytics.com.ar\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}