GChat copy thread link & quote reply
Add button to copy link to thread and add button to messages to quote reply on Google Chat
Cos'è GChat copy thread link & quote reply?
GChat copy thread link & quote reply è un'estensione di Chrome sviluppata da ml493470361, e la sua funzione principale è "Add button to copy link to thread and add button to messages to quote reply on Google Chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GChat copy thread link & quote reply
Scarica i file di estensione GChat copy thread link & 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
Easy to copy GChat thread link and quick quote reply Informazioni di Base sull'Estensione
| Nome | |
| ID | dihkeojolddjojaplfcmibboccnhdghn |
| URL Ufficiale | https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn |
| Descrizione | Add button to copy link to thread and add button to messages to quote reply on Google Chat |
| Dimensione del File | 6.46 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2022-04-22 |
| Data di Pubblicazione | 2022-04-15 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | ml493470361 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |