Swell

Swell Notifications

What is Swell?

Swell is a Chrome extension developed by Swell, and its main feature is "Swell Notifications".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Swell Extension CRX File

Download Swell extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
Official URL https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
Description Swell Notifications
File Size 133 KB
Installation Count 7,000
Current Version 2.0.0
Last Updated 2021-01-14
Publish Date 2020-10-14
Rating 5.00/5 Total 2 Ratings
Developer Swell
Email [email protected]
Payment Type free
Extension Website https://platform.swellcx.com
Help Page URL https://platform.swellcx.com
Privacy Policy Page URL https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
Supported Languages 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
}