Pushetta for Chrome
Handle push notifications for Pushetta API.
Pushetta for Chromeคืออะไร?
Pushetta for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabrizio Guglielmino (Gumino.com) และคุณลักษณะหลักของมันคือ "Handle push notifications for Pushetta API."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pushetta for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Pushetta for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to receive push notifications on Chrome browser sent using Pushetta API.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pushetta for Chrome |
ID | fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh |
คำอธิบาย | Handle push notifications for Pushetta API. |
ขนาดไฟล์ | 17.8 KB |
จำนวนการติดตั้ง | 188 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-02-24 |
วันที่เผยแพร่ | 2015-02-24 |
คะแนน | 2.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Fabrizio Guglielmino (Gumino.com) |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.pushetta.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pushetta for Chrome", "version": "1.1", "description": "Handle push notifications for Pushetta API.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "storage", "gcm", "notifications", "https:\/\/www.pushetta.com\/", "http:\/\/www.pushetta.com\/", "http:\/\/localhost\/*" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.pushetta.com\/*", "*:\/\/localhost:*\/*", "*:\/\/127.0.0.1:*\/*" ] }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |