GChat copy thread link & quote reply

Add button to copy link to thread and add button to messages to quote reply on Google Chat

ما هو GChat copy thread link & quote reply؟

GChat copy thread link & quote reply هو إضافة Chrome تم تطويرها بواسطة ml493470361، والميزة الرئيسية لها هي "Add button to copy link to thread and add button to messages to quote reply on Google Chat".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GChat copy thread link & quote reply

قم بتنزيل ملفات الامتداد GChat copy thread link & quote reply بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Easy to copy GChat thread link and quick quote reply                    

معلومات أساسية عن التمديد

الاسم GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
عنوان URL الرسمي https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
الوصف Add button to copy link to thread and add button to messages to quote reply on Google Chat
حجم الملف 6.46 KB
عدد التثبيتات 1,000
النسخة الحالية 1.2
آخر تحديث 2022-04-22
تاريخ النشر 2022-04-15
تقييم 3.00/5 مجموع تقييمات 2
المطور ml493470361
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GChat copy thread link & quote reply",
    "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}