Dólar al instante

Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.

Dólar al instante란 무엇입니까?

Dólar al instante은(는) brodskyy88에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones."입니다.

확장 프로그램 스크린샷

screenshot

Dólar al instante 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - Cotizacion en tiempo real del dolar oficial
- Cotizacion en tiempo real del dolar blue                    

확장 프로그램 기본 정보

이름 Dólar al instante Dólar al instante
ID abnmfhjjfdjnionjbpbojejaahikafaj
공식 URL https://chromewebstore.google.com/detail/d%C3%B3lar-al-instante/abnmfhjjfdjnionjbpbojejaahikafaj
설명 Muestra el valor actualizado del dólar en Argentina en el navegador y brinda información adicional sobre las cotizaciones.
파일 크기 1.33 MB
설치 횟수 224
현재 버전 1.0.0
최근 업데이트 2020-11-08
출시 날짜 2020-11-08
평점 3.67/5 총 3 개의 평점
개발자 brodskyy88
이메일 [email protected]
결제 유형 free
지원되는 언어 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Muestra el valor actualizado del d\u00f3lar en Argentina en el navegador y brinda informaci\u00f3n adicional sobre las cotizaciones.",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "D\u00f3lar al instante",
    "short_name": "DolarAlInstante",
    "author": "El Abeja ",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-24.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "24": "icon-24.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "background",
        "https:\/\/api.bluelytics.com.ar\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}