iProfesional.com

iProfesional.com para Google Chrome

What is iProfesional.com?

iProfesional.com is a Chrome extension developed by https://www.iprofesional.com, and its main feature is "iProfesional.com para Google Chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download iProfesional.com Extension CRX File

Download iProfesional.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Recibí notificaciones con las últimas novedades sobre negocios, comercio, economía, finanzas, tecnología, marketing y management.

www.iprofesional.com                    

Extension Basic Information

Name iProfesional.com iProfesional.com
ID fallnhaiekdnijnepckhlbjjjilkchka
Official URL https://chromewebstore.google.com/detail/iprofesionalcom/fallnhaiekdnijnepckhlbjjjilkchka
Description iProfesional.com para Google Chrome
File Size 128 KB
Installation Count 1,199
Current Version 1.7
Last Updated 2019-11-04
Publish Date 2019-11-04
Rating 5.00/5 Total 7 Ratings
Developer https://www.iprofesional.com
Payment Type free
Extension Website http://www.iprofesional.com
Help Page URL http://www.iprofesional.com
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iProfesional.com",
    "description": "iProfesional.com para Google Chrome",
    "icons": {
        "128": "128.png"
    },
    "version": "1.7",
    "author": "iProfesional.com",
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "general.js",
            "notification_core.js",
            "jquery-1.10.2.min.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/www.iprofesional.com\/",
        "https:\/\/www.iprofesional.com\/adjuntos\/app\/",
        "https:\/\/www.iprofesional.com\/adjuntos\/app\/iprochrome.xml"
    ]
}