Dolar Argentum

Cotizacion del dolar (Argentina)

What is Dolar Argentum?

Dolar Argentum is a Chrome extension developed by https://diworksoluciones.com.ar, and its main feature is "Cotizacion del dolar (Argentina)".

Extension Screenshots

screenshot

Download Dolar Argentum Extension CRX File

Download Dolar Argentum extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dolar Argentum es una app provista por DiWork Soluciones, concebida para mantener informado al usuario de la cotización en tiempo real del dolar.
Funciona únicamente con Argentina e incluye tanto el dolar oficial como el paralelo (Blue).
> Es de licencia gratuita, la misma ofrece:
> Tiempos de refresco sobre el tipo de cambio (10, 15, 20 y 30 min.)
> Notificaciones de escritorio.
> Span Text de Alerta.
> Cálculo de tipo de cambio.                    

Extension Basic Information

Name Dolar Argentum Dolar Argentum
ID fecompnchembjikgcjloldfafkdhnkjd
Official URL https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd
Description Cotizacion del dolar (Argentina)
File Size 134 KB
Installation Count 58
Current Version 2.0
Last Updated 2018-05-19
Publish Date 2018-05-18
Rating 3.71/5 Total 7 Ratings
Developer https://diworksoluciones.com.ar
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dolar Argentum",
    "description": "Cotizacion del dolar (Argentina)",
    "manifest_version": 2,
    "version": "2.0",
    "background": {
        "scripts": [
            "services.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "icon.png",
        "38": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "background",
        "notifications",
        "http:\/\/ws.geeklab.com.ar\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}