Dolar Argentum

Cotizacion del dolar (Argentina)

什么是Dolar Argentum?

Dolar Argentum是由https://diworksoluciones.com.ar开发的Chrome扩展程序,该扩展的主要功能是“Cotizacion del dolar (Argentina)”。

扩展截图

screenshot
screenshot
screenshot

下载Dolar Argentum扩展crx文件

下载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
电子邮箱 cahumada@diworksoluciones.com.ar
付费类型 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'"
}