VK ALARM

This extension helps to notify several users of VK.com from the conversation in which you are a member.

O que é VK ALARM?

VK ALARM é uma extensão do Chrome desenvolvida por ishpartko, e sua principal característica é "This extension helps to notify several users of VK.com from the conversation in which you are a member.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão VK ALARM

Baixe arquivos de extensão VK ALARM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте.

История разработки:

Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. 
Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. 

Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. 

Это расширение позволяет автоматизировать этот процесс.                    

Informações Básicas da Extensão

Nome VK ALARM VK ALARM
ID fnjkdijgeljodhjnbajneehncohnoifm
URL Oficial https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm
Descrição This extension helps to notify several users of VK.com from the conversation in which you are a member.
Tamanho do Arquivo 254 KB
Contagem de Instalações 11
Versão Atual 1.111
Última Atualização 2019-01-11
Data de Publicação 2019-01-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ishpartko
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK ALARM",
    "description": "This extension helps to notify several users of VK.com from the conversation in which you are a member.",
    "author": "Ivan Shpartko",
    "version": "1.111",
    "icons": {
        "128": "icons\/icon128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "dist\/bundle.js"
            ]
        }
    ]
}