Swell
Swell Notifications
Was ist Swell?
Swell ist eine Chrome-Erweiterung, die von Swell entwickelt wurde, und ihr Hauptmerkmal ist "Swell Notifications".
Erweiterungsscreenshots
Swell-Erweiterungs-CRX-Datei herunterladen
Laden Sie Swell-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kibcamhgdmenhpbfnkbgjnnamhmfgknk |
| Offizielle URL | https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk |
| Beschreibung | Swell Notifications |
| Dateigröße | 133 KB |
| Installationsanzahl | 7,000 |
| Aktuelle Version | 2.0.0 |
| Letztes Update | 2021-01-14 |
| Veröffentlichungsdatum | 2020-10-14 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Swell |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://platform.swellcx.com |
| Hilfeseite URL | https://platform.swellcx.com |
| URL der Datenschutzrichtlinien-Seite | https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf |
| Unterstützte Sprachen | 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
} | |