VK ALARM

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

Vad är VK ALARM?

VK ALARM är en Chrome-tillägg utvecklad av ishpartko, och dess huvudfunktion är "This extension helps to notify several users of VK.com from the conversation in which you are a member.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner VK ALARM-förlängningens CRX-fil

Ladda ner VK ALARM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

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

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

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

Grundläggande Information om Tillägg

Namn VK ALARM VK ALARM
ID fnjkdijgeljodhjnbajneehncohnoifm
Officiell webbadress https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm
Beskrivning This extension helps to notify several users of VK.com from the conversation in which you are a member.
Filstorlek 254 KB
Antal Installationer 11
Aktuell Version 1.111
Senast Uppdaterad 2019-01-11
Publiceringsdatum 2019-01-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ishpartko
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}