Dolar Argentum
Cotizacion del dolar (Argentina)
ما هو Dolar Argentum؟
Dolar Argentum هو إضافة Chrome تم تطويرها بواسطة https://diworksoluciones.com.ar، والميزة الرئيسية لها هي "Cotizacion del dolar (Argentina)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dolar Argentum
قم بتنزيل ملفات الامتداد Dolar Argentum بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |