Chat Plus for Google Chat™
Enable additional features in Google Chat.
¿Qué es Chat Plus for Google Chat™?
Chat Plus for Google Chat™ es una extensión de Chrome desarrollada por https://tabgraf.com, y su función principal es "Enable additional features in Google Chat.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chat Plus for Google Chat™
Descarga archivos de extensión Chat Plus for Google Chat™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Chat Plus for Google Chat™ |
ID | njkkenehdklkfdkmonkagaicllmnfcda |
URL Oficial | https://chromewebstore.google.com/detail/chat-plus-for-google-chat/njkkenehdklkfdkmonkagaicllmnfcda |
Descripción | Enable additional features in Google Chat. |
Tamaño del Archivo | 467 KB |
Cantidad de Instalaciones | 13,814 |
Versión Actual | 5.8.7 |
Última Actualización | 2024-03-01 |
Fecha de Publicación | 2021-09-25 |
Calificación | 3.55/5 Total de 49 Calificaciones |
Desarrollador | https://tabgraf.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://tabgraf.com |
URL de la Página de Ayuda | https://tabgraf.com/apps/instant-support/ |
URL de la Página de Política de Privacidad | https://tabgraf.com/products/chat-plus/privacy-policy |
Idiomas Soportados | 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\/*" ] } ] } |