Chat Plus for Google Chat™

Enable additional features in Google Chat.

什么是Chat Plus for Google Chat™?

Chat Plus for Google Chat™是由https://tabgraf.com开发的Chrome扩展程序,该扩展的主要功能是“Enable additional features in Google Chat.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Chat Plus for Google Chat™扩展crx文件

下载Chat Plus for Google Chat™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chat Plus for Google Chat™ Chat Plus for Google Chat™
ID njkkenehdklkfdkmonkagaicllmnfcda
官方URL https://chromewebstore.google.com/detail/chat-plus-for-google-chat/njkkenehdklkfdkmonkagaicllmnfcda
简介 Enable additional features in Google Chat.
文件大小 467 KB
安装次数 13,814
当前版本 5.8.7
更新时间 2024-03-01
上架时间 2021-09-25
评分 3.55/5 共49次评分
开发者 https://tabgraf.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tabgraf.com
帮助页面URL https://tabgraf.com/apps/instant-support/
隐私政策页面URL https://tabgraf.com/products/chat-plus/privacy-policy
支持的语言 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\/*"
            ]
        }
    ]
}