VK ALARM
This extension helps to notify several users of VK.com from the conversation in which you are a member.
Qu'est-ce que VK ALARM ?
VK ALARM est une extension Chrome développée par ishpartko, et sa fonction principale est "This extension helps to notify several users of VK.com from the conversation in which you are a member.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VK ALARM
Téléchargez les fichiers d'extension VK ALARM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте. История разработки: Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. Это расширение позволяет автоматизировать этот процесс.
Informations de Base sur l'Extension
Nom | |
ID | fnjkdijgeljodhjnbajneehncohnoifm |
URL Officiel | https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm |
Description | This extension helps to notify several users of VK.com from the conversation in which you are a member. |
Taille du Fichier | 254 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.111 |
Dernière Mise à Jour | 2019-01-11 |
Date de Publication | 2019-01-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ishpartko |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |