VK ALARM
This extension helps to notify several users of VK.com from the conversation in which you are a member.
Wat is VK ALARM?
VK ALARM is een Chrome-extensie ontwikkeld door ishpartko, en de belangrijkste functie is "This extension helps to notify several users of VK.com from the conversation in which you are a member.".
Extensie Screenshots
Download het CRX-bestand van de extensie VK ALARM
Download VK ALARM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте. История разработки: Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. Это расширение позволяет автоматизировать этот процесс.
Basisinformatie over de Extensie
Naam | |
ID | fnjkdijgeljodhjnbajneehncohnoifm |
Officiële URL | https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm |
Beschrijving | This extension helps to notify several users of VK.com from the conversation in which you are a member. |
Bestandsgrootte | 254 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.111 |
Laatst Bijgewerkt | 2019-01-11 |
Publicatiedatum | 2019-01-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ishpartko |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |