Rung

Get Rung notifications at any time!

Что такое Rung?

Rung - это расширение Chrome, разработанное https://rung.com.br, и его основная функция - "Get Rung notifications at any time!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Rung

Скачайте файлы расширений Rung в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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'"
}