Chat Thread Getchu

You will be able to get thread links for chat

ما هو Chat Thread Getchu؟

Chat Thread Getchu هو إضافة Chrome تم تطويرها بواسطة Mizuno، والميزة الرئيسية لها هي "You will be able to get thread links for chat".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Chat Thread Getchu

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

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

                        It is a function that you can get the URL of each thread with google chat.
It's easy to lose track of the thread because it runs quickly, 
and it was difficult to tell this thread even if you wanted to share it with someone,
so please use this extension to get the URL and record or share it.                    

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

الاسم Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
عنوان URL الرسمي https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
الوصف You will be able to get thread links for chat
حجم الملف 37.64 KB
عدد التثبيتات 3,878
النسخة الحالية 2.0.0
آخر تحديث 2022-09-28
تاريخ النشر 2021-09-09
تقييم 4.60/5 مجموع تقييمات 5
المطور Mizuno
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.0",
    "default_locale": "en",
    "icons": {
        "128": "icon\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/chat.google.com\/**",
                "https:\/\/chat.google.com\/**",
                "http:\/\/mail.google.com\/chat\/**",
                "https:\/\/mail.google.com\/chat\/**"
            ],
            "js": [
                ".\/js\/main.bundle.js"
            ],
            "all_frames": true
        }
    ]
}