Dolar Argentum
Cotizacion del dolar (Argentina)
Dolar Argentum क्या है?
Dolar Argentum https://diworksoluciones.com.ar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cotizacion del dolar (Argentina)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dolar Argentum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Dolar Argentum |
ID | fecompnchembjikgcjloldfafkdhnkjd |
आधिकारिक URL | https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd |
विवरण | Cotizacion del dolar (Argentina) |
फ़ाइल का आकार | 134 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2018-05-19 |
प्रकाशन तिथि | 2018-05-18 |
रेटिंग | 3.71/5 कुल 7 रेटिंग्स |
डेवलपर | https://diworksoluciones.com.ar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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'" } |