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".

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

screenshot

تحميل ملف CRX للإضافة Google Chat Pin thread & quote reply

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

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

                        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 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"
}