Chat Plus for Google Chat™

Enable additional features in Google Chat.

Chat Plus for Google Chat™ là gì?

Chat Plus for Google Chat™ là một tiện ích mở rộng Chrome được phát triển bởi https://tabgraf.com, và tính năng chính của nó là "Enable additional features in Google Chat.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat Plus for Google Chat™

Tải xuống các tệp mở rộng Chat Plus for Google Chat™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat Plus for Google Chat™ Chat Plus for Google Chat™
ID njkkenehdklkfdkmonkagaicllmnfcda
URL Chính Thức https://chromewebstore.google.com/detail/chat-plus-for-google-chat/njkkenehdklkfdkmonkagaicllmnfcda
Mô tả Enable additional features in Google Chat.
Kích Thước Tệp 467 KB
Số Lần Cài Đặt 13,814
Phiên Bản Hiện Tại 5.8.7
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2021-09-25
Đánh Giá 3.55/5 Tổng số 49 Đánh Giá
Nhà Phát Triển https://tabgraf.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tabgraf.com
URL Trang Trợ Giúp https://tabgraf.com/apps/instant-support/
URL Trang Chính Sách Bảo Mật https://tabgraf.com/products/chat-plus/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}