Rung

Get Rung notifications at any time!

Was ist Rung?

Rung ist eine Chrome-Erweiterung, die von https://rung.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Get Rung notifications at any time!".

Erweiterungsscreenshots

screenshot

Rung-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rung-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Rung Rung
ID kgaphiibalhbgjbpimdblejjpgfhepad
Offizielle URL https://chromewebstore.google.com/detail/rung/kgaphiibalhbgjbpimdblejjpgfhepad
Beschreibung Get Rung notifications at any time!
Dateigröße 121 KB
Installationsanzahl 14
Aktuelle Version 1.0.7
Letztes Update 2018-04-13
Veröffentlichungsdatum 2018-04-13
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://rung.com.br
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://rung.com.br/contato
Unterstützte Sprachen 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'"
}