Ramallo Informa

Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!

Ramallo Informa란 무엇입니까?

Ramallo Informa은(는) Buenos Aires Creativo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ramallo Informa 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Disfrutá desde tu navegador las noticias Ramallo Informa y recibí notificaciones de las noticias en tiempo real. 
Incluimos las cotizaciones del día del Dólar oficial, dólar tarjeta, dólar blue y ocn liquidación.

Elegí las secciones con las que te querés informar, también podés realizar búsquedas sobre los temas que te interesan. 
Todo de forma instantánea y con las últimas noticias de Ramallo, Argentina y el mundo.                    

확장 프로그램 기본 정보

이름 Ramallo Informa Ramallo Informa
ID mglkmgoopkmnifidgngabdhhgaenkdan
공식 URL https://chrome.google.com/webstore/detail/ramallo-informa/mglkmgoopkmnifidgngabdhhgaenkdan
설명 Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!
파일 크기 154 KB
설치 횟수 0
현재 버전 2.0.3
최근 업데이트 2014-08-19
출시 날짜 2014-08-19
평점 5.00/5 총 1 개의 평점
개발자 Buenos Aires Creativo
결제 유형 in_app
확장 프로그램 웹 사이트 http://www.ramalloinforma.com.ar/
지원되는 언어 en,es
manifest.json
{
    "background": {
        "scripts": [
            "background.js",
            "config.js",
            "jquery.js",
            "jquery.nicescroll.js",
            "notify.js",
            "options.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/ico19.png",
        "default_popup": "popup.html",
        "default_title": "Las noticias primero. Ramallo Informa"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.ramalloinforma.com.ar https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.twitter.com https:\/\/*.google.com https:\/\/*.google-analytics.com; object-src 'self'",
    "default_locale": "es",
    "description": "Ramallo Informa. Mantenete informado con la extension oficial de Ramallo Informa!",
    "icons": {
        "128": "images\/ico128.png",
        "19": "images\/ico19.png",
        "32": "images\/ico32.png",
        "48": "images\/ico48.png"
    },
    "manifest_version": 2,
    "name": "Ramallo Informa",
    "short_name": "ramalloinforma",
    "optional_permissions": [
        "background"
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "web_accessible_resources": [
        "images\/ico48.png"
    ]
}