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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}