Rung

Get Rung notifications at any time!

Qu'est-ce que Rung ?

Rung est une extension Chrome développée par https://rung.com.br, et sa fonction principale est "Get Rung notifications at any time!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Rung 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

                        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!                    

Informations de Base sur l'Extension

Nom Rung Rung
ID kgaphiibalhbgjbpimdblejjpgfhepad
URL Officiel https://chromewebstore.google.com/detail/rung/kgaphiibalhbgjbpimdblejjpgfhepad
Description Get Rung notifications at any time!
Taille du Fichier 121 KB
Nombre d'Installations 14
Version Actuelle 1.0.7
Dernière Mise à Jour 2018-04-13
Date de Publication 2018-04-13
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://rung.com.br
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://rung.com.br/contato
Langues Prises en Charge 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'"
}