Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Τι είναι το Google Chat Pin thread & quote reply;
Το Google Chat Pin thread & quote reply είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pinghuy, και η κύρια λειτουργία του είναι "Add more utilities for google chat, pin thread and quote reply".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Chat Pin thread & quote reply
Λήψη αρχείων επέκτασης Google Chat Pin thread & quote reply σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
Επίσημο URL | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
Περιγραφή | Add more utilities for google chat, pin thread and quote reply |
Μέγεθος Αρχείου | 59.78 KB |
Αριθμός Εγκαταστάσεων | 286 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-03-18 |
Ημερομηνία Δημοσίευσης | 2023-03-17 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | pinghuy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |