Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Google Chat Pin thread & quote reply क्या है?
Google Chat Pin thread & quote reply pinghuy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add more utilities for google chat, pin thread and quote reply"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Chat Pin thread & quote reply एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
एक्सटेंशन की मूल जानकारी
नाम | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
विवरण | Add more utilities for google chat, pin thread and quote reply |
फ़ाइल का आकार | 59.78 KB |
स्थापना संख्या | 286 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-03-18 |
प्रकाशन तिथि | 2023-03-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | pinghuy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "Google Chat Pin thread & quote reply", "description": "Add more utilities for google chat, pin thread and quote reply", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": [], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/chat.google.com\/*" ], "run_at": "document_end", "js": [ "contentScript.js" ], "all_frames": true } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |