Chat++ for Chatwork
An all-in-one Chatwork Enhancement Toolkit which provides many useful features!
Chat++ for Chatwork क्या है?
Chat++ for Chatwork thangtd90 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An all-in-one Chatwork Enhancement Toolkit which provides many useful features!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chat++ for Chatwork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An all-in-one Chatwork Enhancement Toolkit made by Tran Duc Thang & Nguyen Anh Tien. I have just published the Privacy Policy here: https://chatpp.thangtd.com/privacy-policy.html Main Features: ■ Additional Emoticons for Chatwork. ■ Create, use and share your own Emoticons Data. ■ Easily mention a person by typing @. ■ Mention all people in a room by typing @all. Mention your self by typing @me. ■ Mention people in your friend list even when they are not present in current chat room by typing @#. ■ Just display user picon (without mentioning) by adding . ■ Mention a person or all people without name by adding _ ■ Register and then mention Group of people by typing only Group name. ■ Many useful shortcuts. ■ Easily check Room Information. ■ Quickly add a large number of users into a room ■ Quickly insert [info] [title] [code] tag by clicking a single button ■ And more awesome features coming soon ... Contributing: https://github.com/wataridori/chatpp
एक्सटेंशन की मूल जानकारी
नाम | |
ID | amhfnpimdfcdcpnchjionbddjjbmofnl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/chat++-for-chatwork/amhfnpimdfcdcpnchjionbddjjbmofnl |
विवरण | An all-in-one Chatwork Enhancement Toolkit which provides many useful features! |
फ़ाइल का आकार | 255 KB |
स्थापना संख्या | 5,190 |
वर्तमान संस्करण | 5.10.2 |
अंतिम अपडेट | 2021-07-15 |
प्रकाशन तिथि | 2020-05-16 |
रेटिंग | 4.85/5 कुल 254 रेटिंग्स |
डेवलपर | thangtd90 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://chatpp.thangtd.com/ |
गोपनीयता नीति पृष्ठ URL | https://chatpp.thangtd.com/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat++ for Chatwork", "short_name": "Chat++", "version": "5.10.2", "manifest_version": 2, "description": "An all-in-one Chatwork Enhancement Toolkit which provides many useful features!", "content_scripts": [ { "matches": [ "https:\/\/*.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "run_at": "document_start", "js": [ "js\/extensions\/injectPreloadHook.js" ] }, { "matches": [ "https:\/\/www.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "js": [ "js\/libraries\/jquery.min.js", "js\/extensions\/contentscript.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/extensions\/background.js" ] }, "web_accessible_resources": [ "js\/extensions\/preloadHook.js", "js\/libraries\/caretposition.js", "js\/libraries\/fuse.min.js", "js\/internals\/all.js" ], "browser_action": { "default_icon": "img\/icon64.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "https:\/\/www.chatwork.com\/*", "https:\/\/kcw.kddi.ne.jp\/*" ], "options_page": "html\/emoticon.html", "icons": { "32": "img\/icon32.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "homepage_url": "http:\/\/chatpp.thangtd.com" } |