ClassDojo Extension
Extension to help teachers more effectively use ClassDojo
ClassDojo Extensionคืออะไร?
ClassDojo Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jordanrhea.com และคุณลักษณะหลักของมันคือ "Extension to help teachers more effectively use ClassDojo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClassDojo Extension
ดาวน์โหลดไฟล์ส่วนขยาย ClassDojo Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NOT AN OFFICIAL CLASSDOJO EXTENSION I needed a way to send my attendance information to my school secretary. So I created a browser extension that allows me to do exactly that with a single click. I hope it proves useful to some other teachers out there! Please give me some suggestions on how to improve this extension in the comments or on twitter @rheajt. Update: Added a checkbox to send absents, lates, or both.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mbhcppckcncdempkomncfipbddlkofio |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/classdojo-extension/mbhcppckcncdempkomncfipbddlkofio |
คำอธิบาย | Extension to help teachers more effectively use ClassDojo |
ขนาดไฟล์ | 93.34 KB |
จำนวนการติดตั้ง | 52,229 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2019-12-11 |
วันที่เผยแพร่ | 2019-12-11 |
คะแนน | 3.74/5 รวมทั้งหมด 80 คะแนน |
ผู้พัฒนา | http://jordanrhea.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://jordanrhea.com/blog/take-attendance-classdojo-single-click/ |
URL หน้าช่วยเหลือ | http://jordanrhea.com/blog/take-attendance-classdojo-single-click/ |
URL หน้านโยบายความเป็นส่วนตัว | https://jordanrhea.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClassDojo Extension", "description": "Extension to help teachers more effectively use ClassDojo", "version": "1.8", "icons": { "48": "imgs\/Raising-hand-48.png", "128": "imgs\/Raising-hand-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqIxG9322ANTGvcG81lj7uYGxe8A4nnGX\/7JQ6fCABwS8U183dxMYy0Cko3tqjYzD0lktUQ6UU5ECWw95NY+9hn2Xx7MM+DTtNdVz\/To6KQH5FZZ3ez+06Ei6jIT5vAAUh8H\/Yt2Xcvq6tZK4M1IisfLgG+1cMOuANrcnl3TQtkKyRhaH6QPgTd+reXxgWqxfv20Nm8PfV8pwC1QG1OU+LfnjQNahqgdEdTj5oRU66xyEmnhK1l2K52yqAClNmITDUun2Z4lBESLzGMuimsLxMuqArxijnUwcqrB3kI7e1MAetVlwk0TWxatwojzGq6vG7Qc\/wCiaJesLPlE1ndPcOQIDAQAB", "oauth2": { "client_id": "99224355765-d4tp1tfkai249fabjqnfhgvgh8a7a9ja.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_icon": "imgs\/classdojo-icon2.png", "default_popup": "dojo.html", "default_title": "Click here for ClassDojo controls" }, "options_ui": { "page": "settings.html", "chrome_style": true }, "permissions": [ "tabs", "storage", "identity", "declarativeContent", "https:\/\/api.classdojo.com\/" ], "homepage_url": "http:\/\/jordanrhea.com\/blog\/take-attendance-classdojo-single-click\/" } |