Dolar Argentum
Cotizacion del dolar (Argentina)
Was ist Dolar Argentum?
Dolar Argentum ist eine Chrome-Erweiterung, die von https://diworksoluciones.com.ar entwickelt wurde, und ihr Hauptmerkmal ist "Cotizacion del dolar (Argentina)".
Erweiterungsscreenshots
Dolar Argentum-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dolar Argentum-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Dolar Argentum |
ID | fecompnchembjikgcjloldfafkdhnkjd |
Offizielle URL | https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd |
Beschreibung | Cotizacion del dolar (Argentina) |
Dateigröße | 134 KB |
Installationsanzahl | 58 |
Aktuelle Version | 2.0 |
Letztes Update | 2018-05-19 |
Veröffentlichungsdatum | 2018-05-18 |
Bewertung | 3.71/5 Insgesamt 7 Bewertungen |
Entwickler | https://diworksoluciones.com.ar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |