Chat Plus for Google Chat™

Enable additional features in Google Chat.

Wat is Chat Plus for Google Chat™?

Chat Plus for Google Chat™ is een Chrome-extensie ontwikkeld door https://tabgraf.com, en de belangrijkste functie is "Enable additional features in Google Chat.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chat Plus for Google Chat™

Download Chat Plus for Google Chat™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This plugin enables some extremely needful features in Google Chat. 

▣ Audio Recorder ▣
Send a quick audio message with our built-in audio recorder instead of writing a bunch of text. Express your thoughts more efficiently.

▣ Sketchpad ▣
Quickly draw on the pad and send as an attachment in the chat.

▣ Dictation ▣
Convert your speech to text and send characters that are not present on your keyboard. For instance, send messages in  Thai, Chinese, Hindi etc.

▣ Screen and Video Recording ▣
Capture screen with audio and video, record video with audio, take a photo.

▣ Encrypt and Decrypt Message ▣
Privacy matters !!! So, encrypt your secret message before sending it, so only you and your partner can see it. Note that, both parties must have our extension installed to encrypt and decrypt the message.

▣ Reminder ▣
Got a reminder from your boss ? Make sure you don't forget it by putting a quick reminder without leaving your chat interface.

▣ Message Scheduling ▣
Schedule a message to be sent automatically on a future date and time.

▣ Bookmarks ▣
Save messages to your bookmarks for easy access at a later time, and view the original message whenever needed.

▣ Quote ▣
Quoting a part of a message is now possible with our built-in quote feature.

▣ Color Preview ▣
Useful for developers. Send a hexadecimal color and see a quick preview of color codes.

▣ Location sharing ▣
Typing address is now old fashioned. Share any location quickly with an interactive world map.

▣ Code and Code Block ▣
Format your codes with our code and code-block formatter to beautify and making it more human readable.

▣ Copy Link ▣
Copy the direct link to a message and share with people. Really helpful for putting a reference to a message.

▣ Text Transform ▣
Transform your text with formatting options like: UPPERCASE, lowercase, Titlecase, ToggLECAse, Sentence case, Capitalize.


Need Help ?
--------------------
Email: [email protected]
Website: https://tabgraf.com


Release Notes
--------------------
7 Feb 2024 - Video, Screen recording, Camera, Dictation new feature addition
21 November 2023 - Message scheduling new feature addition
25 May 2023 - Fixed a minor bug in "quote" feature.
25 Apr 2023 - The latest release includes several minor bug fixes and introduces a new feature called Bookmark. Additionally, the "quote" function now functions properly in threaded chats and replies.
11 September 2022 - Released new version with dozens of new features including audio recorder, encrypt-decrypt message, color preview, location sharing, code formatting, reminder, text transform.
28 February 2022 - Released quote and copy link feature.                    

Basisinformatie over de Extensie

Naam Chat Plus for Google Chat™ Chat Plus for Google Chat™
ID njkkenehdklkfdkmonkagaicllmnfcda
Officiële URL https://chromewebstore.google.com/detail/chat-plus-for-google-chat/njkkenehdklkfdkmonkagaicllmnfcda
Beschrijving Enable additional features in Google Chat.
Bestandsgrootte 467 KB
Aantal Installaties 13,814
Huidige Versie 5.8.7
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2021-09-25
Beoordeling 3.55/5 Totaal 49 Beoordelingen
Ontwikkelaar https://tabgraf.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tabgraf.com
Help Pagina-URL https://tabgraf.com/apps/instant-support/
URL van de Privacybeleid Pagina https://tabgraf.com/products/chat-plus/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat Plus for Google Chat\u2122",
    "description": "Enable additional features in Google Chat.",
    "version": "5.8.7",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs\/g1\/IeFGiUb6J302R1\/uN0AoVfDgSD7G2nEkRSKdcX7O1AofkiutVBm6PhJAZ0uqH9xUqPp\/47\/2Rik5UxbkTaakbvVuCJNx2b7Epqvlp6fnGyUlSQTh\/KAdu22aquUKtBDTkJG8hEkWoQp6V+dqhpZSql2iL9+UOUSvCT11ui3eVeOx4wUIsSFMdYzwPTREMFOMDcymoHiUIa+XisMHAjrBZIakvo1LBw7VuRgRXFPESJHpUpIPE9OHu0fZzu2W0lpYnM1iuioC\/yIC453kn1Mz73SR4jgs\/88dQnpjHY73FNiXWOEls1wPoS\/R7JN0dCJrkrkEliE88yU6p2JQQIDAQAB",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/common\/env.js",
                "js\/common\/utils.js",
                "js\/common\/constants.js",
                "js\/lib\/md5.js",
                "js\/lib\/aes.js",
                "js\/lib\/jquery.js",
                "js\/lib\/html2Canvas.js",
                "js\/content-scripts\/main.js",
                "js\/content-scripts\/smart-preview.js",
                "js\/content-scripts\/message\/message-context-menu.js",
                "js\/content-scripts\/composer\/composer-events.js",
                "js\/content-scripts\/composer\/composer-context-menu.js",
                "js\/content-scripts\/composer\/text-transform.js",
                "js\/content-scripts\/composer\/important-message.js",
                "js\/content-scripts\/composer\/encrypt.js",
                "js\/content-scripts\/composer\/feedback.js",
                "js\/content-scripts\/composer\/location-sharing.js",
                "js\/content-scripts\/composer\/sketchpad.js",
                "js\/content-scripts\/composer\/code.js",
                "js\/content-scripts\/composer\/code-block.js",
                "js\/content-scripts\/composer\/inject-partition.js",
                "js\/content-scripts\/composer\/audio-record.js",
                "js\/content-scripts\/composer\/recorder.js",
                "js\/content-scripts\/composer\/scope-validation-modal.js",
                "js\/content-scripts\/composer\/speech-to-text.js",
                "js\/content-scripts\/message\/reminder.js",
                "js\/content-scripts\/message\/quote.js",
                "js\/content-scripts\/message\/copy-link.js",
                "js\/content-scripts\/message\/decrypt.js",
                "js\/content-scripts\/message\/bookmark.js",
                "js\/content-scripts\/message\/schedule-message.js",
                "js\/content-scripts\/message\/notifications.js",
                "js\/content-scripts\/payments\/subscription-expired.js",
                "js\/content-scripts\/payments\/quota-not-found.js",
                "js\/content-scripts\/payments\/quota-expired.js",
                "js\/content-scripts\/message\/subscription.js",
                "js\/content-scripts\/payments\/subscription-info.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "media\/img\/chat-plus-icon-blue.png",
        "default_popup": "pages\/popover\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/chat.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "icons": {
        "48": "media\/img\/chat-plus-icon-blue.png",
        "128": "media\/img\/chat-plus-icon-blue.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "media\/audio\/notification.wav",
                "media\/img\/marker-icon.svg",
                "media\/img\/quote.png",
                "pages\/location\/images\/layers.png",
                "pages\/record\/index.html",
                "pages\/location\/location.html",
                "pages\/sketchpad\/sketchpad.html",
                "pages\/speech-to-text\/speech-to-text.html",
                "media\/img\/google.svg",
                "media\/img\/chat-plus.jpg",
                "media\/img\/bookmark.png",
                "media\/img\/schedule-message.png",
                "media\/img\/default-dp.svg",
                "media\/img\/chat-plus-logo.png",
                "media\/img\/pricing-img.png",
                "media\/img\/icon.png",
                "media\/img\/reminder.png",
                "media\/img\/chat-plus-icon-blue.png",
                "pages\/record\/capture.png"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/chat.google.com\/*"
            ]
        }
    ]
}