FundING

Lo último de FundING en tu navegador!

FundINGคืออะไร?

FundING เป็นส่วนขยายของ Chrome ที่พัฒนาโดย evsvec และคุณลักษณะหลักของมันคือ "Lo último de FundING en tu navegador!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FundING

ดาวน์โหลดไฟล์ส่วนขยาย FundING ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}