Dolar Argentum
Cotizacion del dolar (Argentina)
Wat is Dolar Argentum?
Dolar Argentum is een Chrome-extensie ontwikkeld door https://diworksoluciones.com.ar, en de belangrijkste functie is "Cotizacion del dolar (Argentina)".
Extensie Screenshots
Download het CRX-bestand van de extensie Dolar Argentum
Download Dolar Argentum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Dolar Argentum |
ID | fecompnchembjikgcjloldfafkdhnkjd |
Officiële URL | https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd |
Beschrijving | Cotizacion del dolar (Argentina) |
Bestandsgrootte | 134 KB |
Aantal Installaties | 58 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2018-05-19 |
Publicatiedatum | 2018-05-18 |
Beoordeling | 3.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://diworksoluciones.com.ar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |