Dolar Argentum
Cotizacion del dolar (Argentina)
Vad är Dolar Argentum?
Dolar Argentum är en Chrome-tillägg utvecklad av https://diworksoluciones.com.ar, och dess huvudfunktion är "Cotizacion del dolar (Argentina)".
Tilläggsskärmbilder
Ladda ner Dolar Argentum-förlängningens CRX-fil
Ladda ner Dolar Argentum-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | fecompnchembjikgcjloldfafkdhnkjd |
| Officiell webbadress | https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd |
| Beskrivning | Cotizacion del dolar (Argentina) |
| Filstorlek | 134 KB |
| Antal Installationer | 58 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2018-05-19 |
| Publiceringsdatum | 2018-05-18 |
| Betyg | 3.71/5 Totalt 7 Betyg |
| Utvecklare | https://diworksoluciones.com.ar |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |