Rung

Get Rung notifications at any time!

Apa itu Rung?

Rung adalah ekstensi Chrome yang dikembangkan oleh https://rung.com.br, dan fitur utamanya adalah "Get Rung notifications at any time!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rung

Unduh file ekstensi Rung dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Rung Rung
ID kgaphiibalhbgjbpimdblejjpgfhepad
URL Resmi https://chromewebstore.google.com/detail/rung/kgaphiibalhbgjbpimdblejjpgfhepad
Deskripsi Get Rung notifications at any time!
Ukuran File 121 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2018-04-13
Tanggal Publikasi 2018-04-13
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://rung.com.br
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://rung.com.br/contato
Bahasa yang Didukung 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'"
}