FundING

Lo último de FundING en tu navegador!

Wat is FundING?

FundING is een Chrome-extensie ontwikkeld door evsvec, en de belangrijkste functie is "Lo último de FundING en tu navegador!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie FundING

Download FundING-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FundING FundING
ID lnahmddopgmiggfmmndlnkkobjkgipnh
Officiële URL https://chromewebstore.google.com/detail/funding/lnahmddopgmiggfmmndlnkkobjkgipnh
Beschrijving Lo último de FundING en tu navegador!
Bestandsgrootte 97.72 KB
Aantal Installaties 45
Huidige Versie 1.2.0
Laatst Bijgewerkt 2020-07-30
Publicatiedatum 2019-09-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar evsvec
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://funding.investigacion.ing.uc.cl/
Ondersteunde Talen 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
}