Dolar Argentum

Cotizacion del dolar (Argentina)

Dolar Argentum là gì?

Dolar Argentum là một tiện ích mở rộng Chrome được phát triển bởi https://diworksoluciones.com.ar, và tính năng chính của nó là "Cotizacion del dolar (Argentina)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dolar Argentum

Tải xuống các tệp mở rộng Dolar Argentum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dolar Argentum Dolar Argentum
ID fecompnchembjikgcjloldfafkdhnkjd
URL Chính Thức https://chromewebstore.google.com/detail/dolar-argentum/fecompnchembjikgcjloldfafkdhnkjd
Mô tả Cotizacion del dolar (Argentina)
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-05-19
Ngày Phát Hành 2018-05-18
Đánh Giá 3.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://diworksoluciones.com.ar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}