Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Apa itu Google Chat Pin thread & quote reply?
Google Chat Pin thread & quote reply adalah ekstensi Chrome yang dikembangkan oleh pinghuy, dan fitur utamanya adalah "Add more utilities for google chat, pin thread and quote reply".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Chat Pin thread & quote reply
Unduh file ekstensi Google Chat Pin thread & quote reply dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
Informasi Dasar Ekstensi
Nama | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
URL Resmi | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
Deskripsi | Add more utilities for google chat, pin thread and quote reply |
Ukuran File | 59.78 KB |
Jumlah Instalasi | 286 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-03-18 |
Tanggal Publikasi | 2023-03-17 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | pinghuy |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |