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 |
| 官方網址 | 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"
}
} | |