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