Chatwork ++

Chatwork ++ to faster

Cos'è Chatwork ++?

Chatwork ++ è un'estensione di Chrome sviluppata da qtzznn, e la sua funzione principale è "Chatwork ++ to faster".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Chatwork ++

Scarica i file di estensione Chatwork ++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Chatwork ++ Chatwork ++
ID aneobjkhhceiljagdoepiifidhpolbjl
URL Ufficiale https://chromewebstore.google.com/detail/chatwork-++/aneobjkhhceiljagdoepiifidhpolbjl
Descrizione Chatwork ++ to faster
Dimensione del File 49.75 KB
Conteggio Installazioni 45
Versione Corrente 0.1.0.1
Ultimo Aggiornamento 2019-02-27
Data di Pubblicazione 2019-02-25
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore qtzznn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}