FlowDock Chat Sorter Plugin
This extension will sort chats by name
Wat is FlowDock Chat Sorter Plugin?
FlowDock Chat Sorter Plugin is een Chrome-extensie ontwikkeld door Aravind Singh Bisht, en de belangrijkste functie is "This extension will sort chats by name".
Download het CRX-bestand van de extensie FlowDock Chat Sorter Plugin
Download FlowDock Chat Sorter Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Flow doc chat user name or group sorter
Basisinformatie over de Extensie
Naam | |
ID | fmgpnhokjhabpfakmedmlfeeapkbbckh |
Officiële URL | https://chromewebstore.google.com/detail/flowdock-chat-sorter-plug/fmgpnhokjhabpfakmedmlfeeapkbbckh |
Beschrijving | This extension will sort chats by name |
Bestandsgrootte | 5.73 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2017-02-23 |
Publicatiedatum | 2017-02-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Aravind Singh Bisht |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |