VK ALARM
This extension helps to notify several users of VK.com from the conversation in which you are a member.
¿Qué es VK ALARM?
VK ALARM es una extensión de Chrome desarrollada por ishpartko, y su función principal es "This extension helps to notify several users of VK.com from the conversation in which you are a member.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión VK ALARM
Descarga archivos de extensión VK ALARM en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте. История разработки: Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. Это расширение позволяет автоматизировать этот процесс.
Información Básica de la Extensión
Nombre | |
ID | fnjkdijgeljodhjnbajneehncohnoifm |
URL Oficial | https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm |
Descripción | This extension helps to notify several users of VK.com from the conversation in which you are a member. |
Tamaño del Archivo | 254 KB |
Cantidad de Instalaciones | 11 |
Versión Actual | 1.111 |
Última Actualización | 2019-01-11 |
Fecha de Publicación | 2019-01-11 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | ishpartko |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |