Dolar Argentum

Cotizacion del dolar (Argentina)

Dolar Argentum란 무엇입니까?

Dolar Argentum은(는) https://diworksoluciones.com.ar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cotizacion del dolar (Argentina)"입니다.

확장 프로그램 스크린샷

screenshot

Dolar Argentum 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}