Google Chat Quote And Copy Extension

Use To Quote And Copy Message

Vad är Google Chat Quote And Copy Extension?

Google Chat Quote And Copy Extension är en Chrome-tillägg utvecklad av avimanepatil, och dess huvudfunktion är "Use To Quote And Copy Message".

Tilläggsskärmbilder

screenshot

Ladda ner Google Chat Quote And Copy Extension-förlängningens CRX-fil

Ladda ner Google Chat Quote And Copy Extension-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

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

Grundläggande Information om Tillägg

Namn Google Chat Quote And Copy Extension Google Chat Quote And Copy Extension
ID jiaeojcoanofljjidbddpkjkhbhjoeoo
Officiell webbadress https://chrome.google.com/webstore/detail/google-chat-quote-and-cop/jiaeojcoanofljjidbddpkjkhbhjoeoo
Beskrivning Use To Quote And Copy Message
Filstorlek 16.99 KB
Antal Installationer 1,129
Aktuell Version 1.0.1
Senast Uppdaterad 2022-12-20
Publiceringsdatum 2022-09-07
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare avimanepatil
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}