NA moodle survey
Autofill Tel Aviv University Moodle surveys with NA.
什么是NA moodle survey?
NA moodle survey是由Ory_L开发的Chrome扩展程序,该扩展的主要功能是“Autofill Tel Aviv University Moodle surveys with NA.”。
扩展截图
下载NA moodle survey扩展crx文件
下载NA moodle survey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
New V 2.5 Updated to answer "לא זמין" instead of NA
Allows fast answering to the Tel-Aviv University faculty of medicine teaching surveys. 扩展基本信息
| 名称 | |
| ID | idimhhmbnknfkgknkomleoocaakpfapd |
| 官方URL | https://chromewebstore.google.com/detail/na-moodle-survey/idimhhmbnknfkgknkomleoocaakpfapd |
| 简介 | Autofill Tel Aviv University Moodle surveys with NA. |
| 文件大小 | 17.94 KB |
| 安装次数 | 93 |
| 当前版本 | 2.5 |
| 更新时间 | 2013-12-10 |
| 上架时间 | 2013-12-10 |
| 评分 | 1.00/5 共2次评分 |
| 开发者 | Ory_L |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NA moodle survey",
"version": "2.5",
"manifest_version": 2,
"description": "Autofill Tel Aviv University Moodle surveys with NA.",
"background": {
"scripts": [
"FastSekerBG.js"
]
},
"permissions": [
"tabs",
"http:\/\/*.tau.ac.il\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/moodle.tau.ac.il\/*"
],
"js": [
"FastSeker.js"
]
}
],
"page_action": {
"default_icon": "icon48.png",
"default_popup": "NASEKER.html"
},
"icons": {
"48": "icon48.png",
"96": "icon.png"
}
} | |