Zebra Notifier
Get all of your currently assigned and active tasks from zebra.
Zebra Notifierคืออะไร?
Zebra Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GV Web team และคุณลักษณะหลักของมันคือ "Get all of your currently assigned and active tasks from zebra."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zebra Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Zebra Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nljikebhkdebfojgmniokhaddbkliaeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zebra-notifier/nljikebhkdebfojgmniokhaddbkliaeh |
คำอธิบาย | Get all of your currently assigned and active tasks from zebra. |
ขนาดไฟล์ | 303 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2014-03-31 |
วันที่เผยแพร่ | 2014-03-31 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | GV Web team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zebra Notifier", "version": "1.5.1", "manifest_version": 2, "minimum_chrome_version": "29.0", "description": "Get all of your currently assigned and active tasks from zebra.", "icons": { "48": "\/img\/icon-48.png", "128": "\/img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "\/img\/icon-19.png", "38": "\/img\/icon-38.png" }, "default_title": "Zebra Notifier", "default_popup": "popup.html" }, "background": { "scripts": [ "\/js\/jquery.min.js", "\/js\/background.js" ], "persistant": false }, "permissions": [ "notifications", "alarms", "http:\/\/*.gvsu.edu\/*", "https:\/\/*.gvsu.edu\/*" ], "options_page": "options.html", "web_accessible_resources": [ "\/img\/icon-48.png" ] } |