Swell

Swell Notifications

Wat is Swell?

Swell is een Chrome-extensie ontwikkeld door Swell, en de belangrijkste functie is "Swell Notifications".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Swell

Download Swell-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
Officiële URL https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
Beschrijving Swell Notifications
Bestandsgrootte 133 KB
Aantal Installaties 7,000
Huidige Versie 2.0.0
Laatst Bijgewerkt 2021-01-14
Publicatiedatum 2020-10-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Swell
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://platform.swellcx.com
Help Pagina-URL https://platform.swellcx.com
URL van de Privacybeleid Pagina https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
Ondersteunde Talen 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
}