Swell

Swell Notifications

O que é Swell?

Swell é uma extensão do Chrome desenvolvida por Swell, e sua principal característica é "Swell Notifications".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Swell

Baixe arquivos de extensão Swell no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
URL Oficial https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
Descrição Swell Notifications
Tamanho do Arquivo 133 KB
Contagem de Instalações 7,000
Versão Atual 2.0.0
Última Atualização 2021-01-14
Data de Publicação 2020-10-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Swell
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://platform.swellcx.com
URL da Página de Ajuda https://platform.swellcx.com
URL da Página de Política de Privacidade https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
Idiomas Suportados 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
}