Google Chat Quote And Copy Extension

Use To Quote And Copy Message

ما هو Google Chat Quote And Copy Extension؟

Google Chat Quote And Copy Extension هو إضافة Chrome تم تطويرها بواسطة avimanepatil، والميزة الرئيسية لها هي "Use To Quote And Copy Message".

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

screenshot

تحميل ملف CRX للإضافة Google Chat Quote And Copy Extension

قم بتنزيل ملفات الامتداد Google Chat Quote And Copy Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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

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

الاسم Google Chat Quote And Copy Extension Google Chat Quote And Copy Extension
ID jiaeojcoanofljjidbddpkjkhbhjoeoo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-chat-quote-and-cop/jiaeojcoanofljjidbddpkjkhbhjoeoo
الوصف Use To Quote And Copy Message
حجم الملف 16.99 KB
عدد التثبيتات 1,129
النسخة الحالية 1.0.1
آخر تحديث 2022-12-20
تاريخ النشر 2022-09-07
تقييم 1.00/5 مجموع تقييمات 1
المطور avimanepatil
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}