Chat Thread Getchu

You will be able to get thread links for chat

Vad är Chat Thread Getchu?

Chat Thread Getchu är en Chrome-tillägg utvecklad av Mizuno, och dess huvudfunktion är "You will be able to get thread links for chat".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Chat Thread Getchu-förlängningens CRX-fil

Ladda ner Chat Thread Getchu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Chat Thread Getchu Chat Thread Getchu
ID hfbadkbkednhhimidcichmcmgeichgci
Officiell webbadress https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci
Beskrivning You will be able to get thread links for chat
Filstorlek 37.64 KB
Antal Installationer 3,878
Aktuell Version 2.0.0
Senast Uppdaterad 2022-09-28
Publiceringsdatum 2021-09-09
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare Mizuno
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}