Chat Thread Getchu

You will be able to get thread links for chat

Chat Thread Getchu là gì?

Chat Thread Getchu là một tiện ích mở rộng Chrome được phát triển bởi Mizuno, và tính năng chính của nó là "You will be able to get thread links for chat".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat Thread Getchu

Tải xuống các tệp mở rộng Chat Thread Getchu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
URL Chính Thức https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
Mô tả You will be able to get thread links for chat
Kích Thước Tệp 37.64 KB
Số Lần Cài Đặt 3,878
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-09-28
Ngày Phát Hành 2021-09-09
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Mizuno
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}