FundING

Lo último de FundING en tu navegador!

Was ist FundING?

FundING ist eine Chrome-Erweiterung, die von evsvec entwickelt wurde, und ihr Hauptmerkmal ist "Lo último de FundING en tu navegador!".

Erweiterungsscreenshots

screenshot
screenshot

FundING-Erweiterungs-CRX-Datei herunterladen

Laden Sie FundING-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        La extensión FundING para Google Chrome entrega información actualizada de los últimos concursos de Investigación y Transferencia a los que se pueden postular. Es nuestra intención mantener a profesores e investigadores con información actualizada desde https://funding.investigacion.ing.uc.cl para que puedan optimizar su tiempo al momento de postular a los diferentes fondos.
Esta extensión fue desarrollada por la Dirección de Investigación e Innovación de la Escuela de Ingeniería UC.                    

Grundlegende Informationen zur Erweiterung

Name FundING FundING
ID lnahmddopgmiggfmmndlnkkobjkgipnh
Offizielle URL https://chromewebstore.google.com/detail/funding/lnahmddopgmiggfmmndlnkkobjkgipnh
Beschreibung Lo último de FundING en tu navegador!
Dateigröße 97.72 KB
Installationsanzahl 45
Aktuelle Version 1.2.0
Letztes Update 2020-07-30
Veröffentlichungsdatum 2019-09-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler evsvec
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://funding.investigacion.ing.uc.cl/
Unterstützte Sprachen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FundING",
    "version": "1.2.0",
    "description": "Lo \u00faltimo de FundING en tu navegador!",
    "short_name": "FundING",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "FundING!!!",
        "default_icon": {
            "16": "images\/funding_logo16.png",
            "32": "images\/funding_logo32.png",
            "48": "images\/funding_logo48.png",
            "128": "images\/funding_logo128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/calendar.google.com https:\/\/funding.investigacion.ing.uc.cl https:\/\/fonts.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/funding_logo16.png",
        "32": "images\/funding_logo32.png",
        "48": "images\/funding_logo48.png",
        "128": "images\/funding_logo128.png"
    },
    "manifest_version": 2
}