FlowDock Chat Sorter Plugin

This extension will sort chats by name

FlowDock Chat Sorter Pluginคืออะไร?

FlowDock Chat Sorter Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aravind Singh Bisht และคุณลักษณะหลักของมันคือ "This extension will sort chats by name"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlowDock Chat Sorter Plugin

ดาวน์โหลดไฟล์ส่วนขยาย FlowDock Chat Sorter Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Flow doc chat user name or group sorter                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FlowDock Chat Sorter Plugin FlowDock Chat Sorter Plugin
ID fmgpnhokjhabpfakmedmlfeeapkbbckh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flowdock-chat-sorter-plug/fmgpnhokjhabpfakmedmlfeeapkbbckh
คำอธิบาย This extension will sort chats by name
ขนาดไฟล์ 5.73 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2017-02-23
วันที่เผยแพร่ 2017-02-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Aravind Singh Bisht
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}