Rung

Get Rung notifications at any time!

O que é Rung?

Rung é uma extensão do Chrome desenvolvida por https://rung.com.br, e sua principal característica é "Get Rung notifications at any time!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rung

Baixe arquivos de extensão Rung 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

                        Enjoy your day - Rung alerts you.

Login with Rung and see how you can save time with real time, smart alerts. The Alerts by Rung delivers information about tickets, accommodations, stock exchanges, real estate, foreign currencies, online store products, and much more. All of this according to your preferences, saving the need to spend hours and hours searching across dozens of sites!                    

Informações Básicas da Extensão

Nome Rung Rung
ID kgaphiibalhbgjbpimdblejjpgfhepad
URL Oficial https://chromewebstore.google.com/detail/rung/kgaphiibalhbgjbpimdblejjpgfhepad
Descrição Get Rung notifications at any time!
Tamanho do Arquivo 121 KB
Contagem de Instalações 14
Versão Atual 1.0.7
Última Atualização 2018-04-13
Data de Publicação 2018-04-13
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://rung.com.br
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://rung.com.br/contato
Idiomas Suportados en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "observer.min.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.7",
    "author": "Rung ",
    "default_locale": "en",
    "icons": {
        "16": "resources\/rung16.png",
        "48": "resources\/rung128.png",
        "128": "resources\/rung128.png"
    },
    "browser_action": {
        "default_icon": "resources\/rung16.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/widget.intercom.io\/widget\/fw9pakyw https:\/\/js.intercomcdn.com; object-src 'self'"
}