Dolar Argentum
Cotizacion del dolar (Argentina)
Hvad er Dolar Argentum?
Dolar Argentum er en Chrome-udvidelse udviklet af https://diworksoluciones.com.ar, og dens hovedfunktion er "Cotizacion del dolar (Argentina)".
Udvidelsesskærmbilleder
Download Dolar Argentum-udvidelses-CRX-fil
Download Dolar Argentum-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Dolar Argentum |
ID | fecompnchembjikgcjloldfafkdhnkjd |
Officiel URL | https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd |
Beskrivelse | Cotizacion del dolar (Argentina) |
Filstørrelse | 134 KB |
Antal Installationer | 58 |
Nuværende Version | 2.0 |
Senest Opdateret | 2018-05-19 |
Udgivelsesdato | 2018-05-18 |
Bedømmelse | 3.71/5 Samlet 7 Bedømmelser |
Udvikler | https://diworksoluciones.com.ar |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |