Chatwork ++

Chatwork ++ to faster

Chatwork ++ क्या है?

Chatwork ++ qtzznn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chatwork ++ to faster"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chatwork ++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Chatwork ++ Chatwork ++
ID aneobjkhhceiljagdoepiifidhpolbjl
आधिकारिक URL https://chromewebstore.google.com/detail/chatwork-++/aneobjkhhceiljagdoepiifidhpolbjl
विवरण Chatwork ++ to faster
फ़ाइल का आकार 49.75 KB
स्थापना संख्या 45
वर्तमान संस्करण 0.1.0.1
अंतिम अपडेट 2019-02-27
प्रकाशन तिथि 2019-02-25
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर qtzznn
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}