Dolar Argentum

Cotizacion del dolar (Argentina)

Dolar Argentumคืออะไร?

Dolar Argentum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://diworksoluciones.com.ar และคุณลักษณะหลักของมันคือ "Cotizacion del dolar (Argentina)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dolar Argentum

ดาวน์โหลดไฟล์ส่วนขยาย Dolar Argentum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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'"
}