FundING
Lo último de FundING en tu navegador!
FundING là gì?
FundING là một tiện ích mở rộng Chrome được phát triển bởi evsvec, và tính năng chính của nó là "Lo último de FundING en tu navegador!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FundING
Tải xuống các tệp mở rộng FundING dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FundING |
ID | lnahmddopgmiggfmmndlnkkobjkgipnh |
URL Chính Thức | https://chromewebstore.google.com/detail/funding/lnahmddopgmiggfmmndlnkkobjkgipnh |
Mô tả | Lo último de FundING en tu navegador! |
Kích Thước Tệp | 97.72 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2020-07-30 |
Ngày Phát Hành | 2019-09-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | evsvec |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://funding.investigacion.ing.uc.cl/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |