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 |
| Eメール | [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
} | |