Rung

Get Rung notifications at any time!

Rung क्या है?

Rung https://rung.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Rung notifications at any time!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rung एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Rung Rung
ID kgaphiibalhbgjbpimdblejjpgfhepad
आधिकारिक URL https://chromewebstore.google.com/detail/rung/kgaphiibalhbgjbpimdblejjpgfhepad
विवरण Get Rung notifications at any time!
फ़ाइल का आकार 121 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2018-04-13
प्रकाशन तिथि 2018-04-13
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://rung.com.br
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://rung.com.br/contato
समर्थित भाषाएँ 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'"
}