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文件

下载Ramallo Informa扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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