Google Chat Quote And Copy Extension

Use To Quote And Copy Message

Apa itu Google Chat Quote And Copy Extension?

Google Chat Quote And Copy Extension adalah ekstensi Chrome yang dikembangkan oleh avimanepatil, dan fitur utamanya adalah "Use To Quote And Copy Message".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Chat Quote And Copy Extension

Unduh file ekstensi Google Chat Quote And Copy Extension 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

                        this chrome extention is secure for your google chat. used to Quote And Copy the chat messages also redirect with Original messages                    

Informasi Dasar Ekstensi

Nama Google Chat Quote And Copy Extension Google Chat Quote And Copy Extension
ID jiaeojcoanofljjidbddpkjkhbhjoeoo
URL Resmi https://chrome.google.com/webstore/detail/google-chat-quote-and-cop/jiaeojcoanofljjidbddpkjkhbhjoeoo
Deskripsi Use To Quote And Copy Message
Ukuran File 16.99 KB
Jumlah Instalasi 1,129
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-12-20
Tanggal Publikasi 2022-09-07
Penilaian 1.00/5 Total 1 Penilaian
Pengembang avimanepatil
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Chat Quote And Copy Extension",
    "description": "Use To Quote And Copy Message",
    "version": "1.0.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "author": "Avinash Mane",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}