FlowDock Chat Sorter Plugin
This extension will sort chats by name
What is FlowDock Chat Sorter Plugin?
FlowDock Chat Sorter Plugin is a Chrome extension developed by Aravind Singh Bisht, and its main feature is "This extension will sort chats by name".
Download FlowDock Chat Sorter Plugin Extension CRX File
Download FlowDock Chat Sorter Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Flow doc chat user name or group sorter
Extension Basic Information
Name | |
ID | fmgpnhokjhabpfakmedmlfeeapkbbckh |
Official URL | https://chromewebstore.google.com/detail/flowdock-chat-sorter-plug/fmgpnhokjhabpfakmedmlfeeapkbbckh |
Description | This extension will sort chats by name |
File Size | 5.73 KB |
Installation Count | 10 |
Current Version | 1.2.2 |
Last Updated | 2017-02-23 |
Publish Date | 2017-02-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Aravind Singh Bisht |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |