Chatwork ++

Chatwork ++ to faster

What is Chatwork ++?

Chatwork ++ is a Chrome extension developed by qtzznn, and its main feature is "Chatwork ++ to faster".

Extension Screenshots

Download Chatwork ++ Extension CRX File

Download Chatwork ++ 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

                        Hỗ trợ các tính năng mới cho chatwork
 - Nhấn @ để tag nhanh tên người trong nhóm
 - Shift Shift để chuyển trỏ chuột vào khung search nhanh
 - Enter để chọn nhanh dòng đầu tiền trong danh sách                    

Extension Basic Information

Name Chatwork ++ Chatwork ++
ID aneobjkhhceiljagdoepiifidhpolbjl
Official URL https://chromewebstore.google.com/detail/chatwork-++/aneobjkhhceiljagdoepiifidhpolbjl
Description Chatwork ++ to faster
File Size 49.75 KB
Installation Count 45
Current Version 0.1.0.1
Last Updated 2019-02-27
Publish Date 2019-02-25
Rating 5.00/5 Total 6 Ratings
Developer qtzznn
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatwork ++",
    "version": "0.1.0.1",
    "manifest_version": 2,
    "description": "Chatwork ++ to faster",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": []
    },
    "options_page": "options.html",
    "omnibox": {
        "keyword": "Chatwork++"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "index.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "index.js"
    ],
    "permissions": [
        "https:\/\/www.chatwork.com\/*"
    ]
}