Swell
Swell Notifications
Swellคืออะไร?
Swell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swell และคุณลักษณะหลักของมันคือ "Swell Notifications"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swell
ดาวน์โหลดไฟล์ส่วนขยาย Swell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Swell users will receive notifications for new incoming messages, reviews, or team chats to their Swell account. Version 2 includes the option of turning on or off specific notifications, as well as turning on or off the notification bell.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Swell |
ID | kibcamhgdmenhpbfnkbgjnnamhmfgknk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk |
คำอธิบาย | Swell Notifications |
ขนาดไฟล์ | 133 KB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2021-01-14 |
วันที่เผยแพร่ | 2020-10-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Swell |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://platform.swellcx.com |
URL หน้าช่วยเหลือ | https://platform.swellcx.com |
URL หน้านโยบายความเป็นส่วนตัว | https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swell", "version": "2.0.0", "description": "Swell Notifications", "icons": { "16": "swellcx_logo.png", "48": "swellcx_logo.png", "128": "swellcx_logo.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "notifications", "storage" ], "browser_action": { "default_title": "New Message!", "default_popup": "popup.html", "default_icon": { "16": "swellcx_logo.png", "24": "swellcx_logo.png", "32": "swellcx_logo.png" } }, "externally_connectable": { "matches": [ "*:\/\/platform.swellcx.com\/*", "*:\/\/qa.swellcx.com\/*" ] }, "manifest_version": 2 } |