Online Mate

College Mate is a light extension that allows you to create your very own timetable in full detail.

Online Mateคืออะไร?

Online Mate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rohit Kumar และคุณลักษณะหลักของมันคือ "College Mate is a light extension that allows you to create your very own timetable in full detail."

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

screenshot
screenshot
screenshot

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

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

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

                        College Mate is a light extension that allows you to create your very own timetable in full detail. College Mate allows you to store your online class meet link within the timetable itself so that you can hop in your class without wasting a single second.                    

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

ชื่อ Online Mate Online Mate
ID cpkaahjmeacodnlaaeikaeepfncjbamp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-mate/cpkaahjmeacodnlaaeikaeepfncjbamp
คำอธิบาย College Mate is a light extension that allows you to create your very own timetable in full detail.
ขนาดไฟล์ 96.48 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-09-04
วันที่เผยแพร่ 2021-08-31
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Rohit Kumar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online Mate",
    "description": "College Mate is a light extension that allows you to create your very own timetable in full detail.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/logos\/19px.png",
        "32": ".\/logos\/32px.png",
        "48": ".\/logos\/48px.png",
        "128": ".\/logos\/128px.png",
        "150": ".\/logos\/150px.png"
    },
    "background": [],
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/logos\/19px.png",
            "32": ".\/logos\/32px.png",
            "48": ".\/logos\/48px.png",
            "128": ".\/logos\/128px.png",
            "150": ".\/logos\/150px.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": []
}