Chat Thread Getchu
You will be able to get thread links for chat
Τι είναι το Chat Thread Getchu;
Το Chat Thread Getchu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mizuno, και η κύρια λειτουργία του είναι "You will be able to get thread links for chat".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chat Thread Getchu
Λήψη αρχείων επέκτασης Chat Thread Getchu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It is a function that you can get the URL of each thread with google chat. It's easy to lose track of the thread because it runs quickly, and it was difficult to tell this thread even if you wanted to share it with someone, so please use this extension to get the URL and record or share it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chat Thread Getchu |
ID | hfbadkbkednhhimidcichmcmgeichgci |
Επίσημο URL | https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci |
Περιγραφή | You will be able to get thread links for chat |
Μέγεθος Αρχείου | 37.64 KB |
Αριθμός Εγκαταστάσεων | 3,878 |
Τρέχουσα Έκδοση | 2.0.0 |
Τελευταία Ενημέρωση | 2022-09-28 |
Ημερομηνία Δημοσίευσης | 2021-09-09 |
Αξιολόγηση | 4.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Mizuno |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.0.0", "default_locale": "en", "icons": { "128": "icon\/icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/chat.google.com\/**", "https:\/\/chat.google.com\/**", "http:\/\/mail.google.com\/chat\/**", "https:\/\/mail.google.com\/chat\/**" ], "js": [ ".\/js\/main.bundle.js" ], "all_frames": true } ] } |