Chatwork ++

Chatwork ++ to faster

Wat is Chatwork ++?

Chatwork ++ is een Chrome-extensie ontwikkeld door qtzznn, en de belangrijkste functie is "Chatwork ++ to faster".

Extensie Screenshots

Download het CRX-bestand van de extensie Chatwork ++

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

                        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                    

Basisinformatie over de Extensie

Naam Chatwork ++ Chatwork ++
ID aneobjkhhceiljagdoepiifidhpolbjl
Officiële URL https://chromewebstore.google.com/detail/chatwork-++/aneobjkhhceiljagdoepiifidhpolbjl
Beschrijving Chatwork ++ to faster
Bestandsgrootte 49.75 KB
Aantal Installaties 45
Huidige Versie 0.1.0.1
Laatst Bijgewerkt 2019-02-27
Publicatiedatum 2019-02-25
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar qtzznn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}