Fill out the survey at 10pm!
This extension is used to open a suvery based on google form for research study.
Fill out the survey at 10pm!คืออะไร?
Fill out the survey at 10pm! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Qianren และคุณลักษณะหลักของมันคือ "This extension is used to open a suvery based on google form for research study."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fill out the survey at 10pm!
ดาวน์โหลดไฟล์ส่วนขยาย Fill out the survey at 10pm! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is used to open a suvery based on google form for research study.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oiecmdlndnbkeonijhmdklhnfbpcjimj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/oiecmdlndnbkeonijhmdklhnfbpcjimj |
คำอธิบาย | This extension is used to open a suvery based on google form for research study. |
ขนาดไฟล์ | 6.72 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-11-20 |
วันที่เผยแพร่ | 2015-11-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Qianren |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fill out the survey at 10pm!", "description": "", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "email.png", "default_title": "Click here at 10pm!" }, "permissions": [ "tabs", "notifications" ], "web_accessible_resources": [ "email.png" ], "version": "1.2", "manifest_version": 2 } |