Swell

Swell Notifications

Cos'è Swell?

Swell è un'estensione di Chrome sviluppata da Swell, e la sua funzione principale è "Swell Notifications".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Swell

Scarica i file di estensione Swell in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
URL Ufficiale https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
Descrizione Swell Notifications
Dimensione del File 133 KB
Conteggio Installazioni 7,000
Versione Corrente 2.0.0
Ultimo Aggiornamento 2021-01-14
Data di Pubblicazione 2020-10-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Swell
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://platform.swellcx.com
URL della Pagina di Aiuto https://platform.swellcx.com
URL della Pagina della Politica sulla Privacy https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
Lingue Supportate 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
}