Google Chat Quote And Copy Extension

Use To Quote And Copy Message

What is Google Chat Quote And Copy Extension?

Google Chat Quote And Copy Extension is a Chrome extension developed by avimanepatil, and its main feature is "Use To Quote And Copy Message".

Extension Screenshots

screenshot

Download Google Chat Quote And Copy Extension Extension CRX File

Download Google Chat Quote And Copy Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Google Chat Quote And Copy Extension Google Chat Quote And Copy Extension
ID jiaeojcoanofljjidbddpkjkhbhjoeoo
Official URL https://chrome.google.com/webstore/detail/google-chat-quote-and-cop/jiaeojcoanofljjidbddpkjkhbhjoeoo
Description Use To Quote And Copy Message
File Size 16.99 KB
Installation Count 1,129
Current Version 1.0.1
Last Updated 2022-12-20
Publish Date 2022-09-07
Rating 1.00/5 Total 1 Ratings
Developer avimanepatil
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}