Swell

Swell Notifications

Qu'est-ce que Swell ?

Swell est une extension Chrome développée par Swell, et sa fonction principale est "Swell Notifications".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Swell

Téléchargez les fichiers d'extension Swell au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
URL Officiel https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
Description Swell Notifications
Taille du Fichier 133 KB
Nombre d'Installations 7,000
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-01-14
Date de Publication 2020-10-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur Swell
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://platform.swellcx.com
URL de la Page d'Aide https://platform.swellcx.com
URL de la Page de Politique de Confidentialité https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
Langues Prises en Charge 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
}