VK ALARM

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

Hvad er VK ALARM?

VK ALARM er en Chrome-udvidelse udviklet af ishpartko, og dens hovedfunktion er "This extension helps to notify several users of VK.com from the conversation in which you are a member.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download VK ALARM-udvidelses-CRX-fil

Download VK ALARM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

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

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

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

Grundlæggende oplysninger om udvidelsen

Navn VK ALARM VK ALARM
ID fnjkdijgeljodhjnbajneehncohnoifm
Officiel URL https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm
Beskrivelse This extension helps to notify several users of VK.com from the conversation in which you are a member.
Filstørrelse 254 KB
Antal Installationer 11
Nuværende Version 1.111
Senest Opdateret 2019-01-11
Udgivelsesdato 2019-01-11
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler ishpartko
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}