FlowDock Chat Sorter Plugin
This extension will sort chats by name
Cos'è FlowDock Chat Sorter Plugin?
FlowDock Chat Sorter Plugin è un'estensione di Chrome sviluppata da Aravind Singh Bisht, e la sua funzione principale è "This extension will sort chats by name".
Scarica il file CRX dell'estensione FlowDock Chat Sorter Plugin
Scarica i file di estensione FlowDock Chat Sorter Plugin 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
Flow doc chat user name or group sorter
Informazioni di Base sull'Estensione
Nome | |
ID | fmgpnhokjhabpfakmedmlfeeapkbbckh |
URL Ufficiale | https://chromewebstore.google.com/detail/flowdock-chat-sorter-plug/fmgpnhokjhabpfakmedmlfeeapkbbckh |
Descrizione | This extension will sort chats by name |
Dimensione del File | 5.73 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2017-02-23 |
Data di Pubblicazione | 2017-02-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Aravind Singh Bisht |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FlowDock Chat Sorter Plugin", "description": "This extension will sort chats by name ", "version": "1.2.2", "background": { "scripts": [ "plugin.js" ] }, "browser_action": { "default_title": "Flowdock chat sorter", "default_icon": "asc.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |