VK ALARM
This extension helps to notify several users of VK.com from the conversation in which you are a member.
Cos'è VK ALARM?
VK ALARM è un'estensione di Chrome sviluppata da ishpartko, e la sua funzione principale è "This extension helps to notify several users of VK.com from the conversation in which you are a member.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VK ALARM
Scarica i file di estensione VK ALARM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте. История разработки: Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. Это расширение позволяет автоматизировать этот процесс.
Informazioni di Base sull'Estensione
Nome | |
ID | fnjkdijgeljodhjnbajneehncohnoifm |
URL Ufficiale | https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm |
Descrizione | This extension helps to notify several users of VK.com from the conversation in which you are a member. |
Dimensione del File | 254 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.111 |
Ultimo Aggiornamento | 2019-01-11 |
Data di Pubblicazione | 2019-01-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ishpartko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |