Swell
Swell Notifications
什麼是Swell?
Swell是由Swell開發的Chrome擴展程式,該擴展的主要功能是“Swell Notifications”。
擴展截圖
下載Swell擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | kibcamhgdmenhpbfnkbgjnnamhmfgknk |
| 官方網址 | 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
} | |