Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Hvad er Google Chat Pin thread & quote reply?
Google Chat Pin thread & quote reply er en Chrome-udvidelse udviklet af pinghuy, og dens hovedfunktion er "Add more utilities for google chat, pin thread and quote reply".
Udvidelsesskærmbilleder
Download Google Chat Pin thread & quote reply-udvidelses-CRX-fil
Download Google Chat Pin thread & quote reply-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
Grundlæggende oplysninger om udvidelsen
Navn | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
Officiel URL | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
Beskrivelse | Add more utilities for google chat, pin thread and quote reply |
Filstørrelse | 59.78 KB |
Antal Installationer | 286 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-03-18 |
Udgivelsesdato | 2023-03-17 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | pinghuy |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |