Inbox notifications
Shows notifications to messages stream.
Inbox notificationsคืออะไร?
Inbox notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitry Balakov และคุณลักษณะหลักของมันคือ "Shows notifications to messages stream."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inbox notifications
ดาวน์โหลดไฟล์ส่วนขยาย Inbox notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
https://github.com/dbalakov/inbox.notifications
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | accaanpfdgdlfliclbofmpadfepmkfoa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa |
คำอธิบาย | Shows notifications to messages stream. |
ขนาดไฟล์ | 37.89 KB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-06-02 |
วันที่เผยแพร่ | 2015-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Dmitry Balakov |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox notifications", "version": "0.1", "description": "Shows notifications to messages stream.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "notifications", "storage", "webRequest", "https:\/\/mail.google.com\/mail\/feed\/atom" ], "options_page": "options\/options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |