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 |
| 官方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
} | |