FundING

Lo último de FundING en tu navegador!

FundING란 무엇입니까?

FundING은(는) evsvec에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lo último de FundING en tu navegador!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FundING FundING
ID lnahmddopgmiggfmmndlnkkobjkgipnh
공식 URL https://chromewebstore.google.com/detail/funding/lnahmddopgmiggfmmndlnkkobjkgipnh
설명 Lo último de FundING en tu navegador!
파일 크기 97.72 KB
설치 횟수 45
현재 버전 1.2.0
최근 업데이트 2020-07-30
출시 날짜 2019-09-04
평점 5.00/5 총 2 개의 평점
개발자 evsvec
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://funding.investigacion.ing.uc.cl/
지원되는 언어 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
}