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"
}
} | |