VK ALARM
This extension helps to notify several users of VK.com from the conversation in which you are a member.
Was ist VK ALARM?
VK ALARM ist eine Chrome-Erweiterung, die von ishpartko entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps to notify several users of VK.com from the conversation in which you are a member.".
Erweiterungsscreenshots
VK ALARM-Erweiterungs-CRX-Datei herunterladen
Laden Sie VK ALARM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте. История разработки: Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. Это расширение позволяет автоматизировать этот процесс.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fnjkdijgeljodhjnbajneehncohnoifm |
Offizielle URL | https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm |
Beschreibung | This extension helps to notify several users of VK.com from the conversation in which you are a member. |
Dateigröße | 254 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.111 |
Letztes Update | 2019-01-11 |
Veröffentlichungsdatum | 2019-01-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ishpartko |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |