Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Qu'est-ce que Google Chat Pin thread & quote reply ?
Google Chat Pin thread & quote reply est une extension Chrome développée par pinghuy, et sa fonction principale est "Add more utilities for google chat, pin thread and quote reply".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Chat Pin thread & quote reply
Téléchargez les fichiers d'extension Google Chat Pin thread & quote reply au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
Informations de Base sur l'Extension
Nom | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
URL Officiel | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
Description | Add more utilities for google chat, pin thread and quote reply |
Taille du Fichier | 59.78 KB |
Nombre d'Installations | 286 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-03-18 |
Date de Publication | 2023-03-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | pinghuy |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |