CourseGem

The all-in-one extension for university students.

CourseGemคืออะไร?

CourseGem เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coursegem.com และคุณลักษณะหลักของมันคือ "The all-in-one extension for university students."

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

screenshot
screenshot

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

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

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

                        ==Features==

✓ Auto-generated links to all of your university courses
✓ Automatically logs you into all of your school's online systems
✓ Supports any language which your school supports
✓ Links to academic calendar, grading system, information system, student union, school email account, LMS home page, school newspaper and more (link types vary between schools)
✓ Quick access to research tools


==Available for==

★ Emory University
★ Hebrew University of Jerusalem
★ IDC Herzliya
★ King's College London
★ University of Maryland
★ Wash. U.
★ Wharton


==Q&A==

★ Question: Is my login information stored securely?
★ Answer: Yes, your login information is stored securely in your browser. It cannot be accessed by any other website or extension. In order to avoid plaintext storage, your credentials are encrypted. However, should a malicious individual gain physical access to your computer, this data could be extracted and decrypted. It should be noted that this method is more secure than Chrome's default password storage functionality.

★ Question: Is my personal data safe?
★ Answer: Your course links are saved anonymously server-side. None of your personal information will ever be touched.                    

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

ชื่อ CourseGem CourseGem
ID omfnpkdhcmgcajclojcfhciacciogdcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coursegem/omfnpkdhcmgcajclojcfhciacciogdcd
คำอธิบาย The all-in-one extension for university students.
ขนาดไฟล์ 329 KB
จำนวนการติดตั้ง 1,259
เวอร์ชันปัจจุบัน 2.2.13
อัปเดตครั้งล่าสุด 2013-12-19
วันที่เผยแพร่ 2013-12-19
คะแนน 4.86/5 รวมทั้งหมด 153 คะแนน
ผู้พัฒนา https://coursegem.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.coursegem.com/feedback.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CourseGem",
    "version": "2.2.13",
    "manifest_version": 2,
    "description": "The all-in-one extension for university students.",
    "author": "Aaron Fisher",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "minimum_chrome_version": "22.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "CourseGem",
        "default_icon": "images\/icons\/icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    }
}