Feedback Clipboard

Think outside the grade with Feedback Clipboard for Educators. A chrome extension clipboard that sends feedback to students.

Feedback Clipboardคืออะไร?

Feedback Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr. Teachnology Inc. และคุณลักษณะหลักของมันคือ "Think outside the grade with Feedback Clipboard for Educators. A chrome extension clipboard that sends feedback to students."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedback Clipboard

ดาวน์โหลดไฟล์ส่วนขยาย Feedback Clipboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Feedback Clipboard
by Mr. Teachnology / Jay Murphy

A teacher created chrome extension clipboard that sends feedback to students instantly. 

Ditch the dead end grade and instantaneously send forward focused feedback.

Bring learning to where students live, create a student centered live event classroom.  Use feedback clipboard to ease the struggle to provide materials in a timely way so that you can focus on the learners.  Feedback Clipboard can be your go to discussion question holder while you engage learners in a collaborative Google Hangout.

Grading an essay and notice similar points of feedback you’d like to sent to students?  What about comments for assignments or report card entry? 
Simply enter the various points of feedback and share each piece separately with one click.  


Instructions:

1. Click extension
2. Click add new entry
3. Add your own custom feedback. 
4. Title your feedback for easy retrieval.
5. When providing feedback to student work, click desired comment and paste where needed. 
(To Paste: Click control v or right click on your mouse and select paste)


It takes time, effort and investment to develop, maintain and support an extension. If you want us to continue to work further on various extensions, please support us with your donation. Even a small amount of donation helps.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Feedback Clipboard Feedback Clipboard
ID ogcbmhnhcfklbpgkmjkgmmmmflmddgnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedback-clipboard/ogcbmhnhcfklbpgkmjkgmmmmflmddgnn
คำอธิบาย Think outside the grade with Feedback Clipboard for Educators. A chrome extension clipboard that sends feedback to students.
ขนาดไฟล์ 198 KB
จำนวนการติดตั้ง 226
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-05-29
วันที่เผยแพร่ 2017-05-29
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Mr. Teachnology Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mrteachnology.com
URL หน้าช่วยเหลือ http://www.mrteachnology.com
URL หน้านโยบายความเป็นส่วนตัว http://www.jaymurphy.org
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}