Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Cos'è Google Chat Pin thread & quote reply?
Google Chat Pin thread & quote reply è un'estensione di Chrome sviluppata da pinghuy, e la sua funzione principale è "Add more utilities for google chat, pin thread and quote reply".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Chat Pin thread & quote reply
Scarica i file di estensione Google Chat Pin thread & quote reply in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
Informazioni di Base sull'Estensione
Nome | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
URL Ufficiale | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
Descrizione | Add more utilities for google chat, pin thread and quote reply |
Dimensione del File | 59.78 KB |
Conteggio Installazioni | 286 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-03-18 |
Data di Pubblicazione | 2023-03-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | pinghuy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |