GChat copy thread link & quote reply
Add button to copy link to thread and add button to messages to quote reply on Google Chat
GChat copy thread link & quote reply क्या है?
GChat copy thread link & quote reply ml493470361 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add button to copy link to thread and add button to messages to quote reply on Google Chat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GChat copy thread link & quote reply एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy to copy GChat thread link and quick quote reply
एक्सटेंशन की मूल जानकारी
नाम | GChat copy thread link & quote reply |
ID | dihkeojolddjojaplfcmibboccnhdghn |
आधिकारिक URL | https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn |
विवरण | Add button to copy link to thread and add button to messages to quote reply on Google Chat |
फ़ाइल का आकार | 6.46 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2022-04-22 |
प्रकाशन तिथि | 2022-04-15 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | ml493470361 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GChat copy thread link & quote reply", "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat", "version": "1.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ "index.js" ], "run_at": "document_end" } ] } |