Automatic Slack ™ Translator
An automatic Slack message translation tool that supports over 100 languages (unofficial)
Qu'est-ce que Automatic Slack ™ Translator ?
Automatic Slack ™ Translator est une extension Chrome développée par https://ultra-coding.com, et sa fonction principale est "An automatic Slack message translation tool that supports over 100 languages (unofficial)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Automatic Slack ™ Translator
Téléchargez les fichiers d'extension Automatic Slack ™ Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Slack message translation Imagine not having to worry about language barriers when you chat with friends around the world. This plugin automatically translates Slack messages and supports more than 100 languages, helping you easily stay in touch with friends around the world. Our plugin interface is intuitive and easy to use, and the translation process is done automatically without manual switching or operation. You can communicate with confidence and we will automatically translate messages as they are sent or received. In addition, our plugin is powerful, secure and efficient. It is suitable for most scenarios, whether personal or business communication. Not only that, but our plugin automatically translates the messages you send to help you communicate quickly. Now, you don't have to worry about translation work anymore, our plugin will make it easy for you. 1. Easily translate cross-language chats: No matter which country or region you communicate with your contacts, you can easily achieve unimpeded language flow. 2. Intelligent automatic translation: There is no need to manually select the language, the plug-in will automatically translate according to your settings. 3. Protect your privacy: Your chat history and personal information will be protected and we will not collect, store or share any of your information. 4. Suitable for various scenarios: It is suitable for various scenarios such as travel, business, study, etc., making you more confident and comfortable in different language environments. 5. Safe and reliable: The plug-in has passed strict security audits to ensure that your computer and privacy are not threatened. --- Disclaimer --- Our plugins are not affiliated, licensed, endorsed or officially affiliated with Slack, Google or Google Translate. Our plugins are unofficial enhancements to Slack Web designed to give you extra functionality and convenience. Thank you for your use!
Informations de Base sur l'Extension
Nom | Automatic Slack ™ Translator |
ID | kbaiobkleiodoadlnpnfllkmcaaekhbl |
URL Officiel | https://chromewebstore.google.com/detail/automatic-slack-translato/kbaiobkleiodoadlnpnfllkmcaaekhbl |
Description | An automatic Slack message translation tool that supports over 100 languages (unofficial) |
Taille du Fichier | 1.31 MB |
Nombre d'Installations | 839 |
Version Actuelle | 2.3.3 |
Dernière Mise à Jour | 2024-02-21 |
Date de Publication | 2023-03-29 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://ultra-coding.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://slacktranslator.ultra-coding.com |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/e/2PACX-1vQ7JV_LbnEsJUUKWTFipA4LG17W1MD5P3rF0c8GNMSHsbzD30cqwjQpE49JWDICZ7x4O6GLz71u0_av/pub |
Langues Prises en Charge | id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "2.3.3", "author": "[email protected]", "name": "__MSG_name__", "description": "__MSG_description__", "background": { "service_worker": "static\/background\/index.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "identity", "identity.email" ], "content_scripts": [ { "matches": [ "https:\/\/app.slack.com\/*" ], "js": [ "Index.c8162d56.js" ], "css": [] } ], "oauth2": { "client_id": "39486643516-qap2g9qk9i9gpkiamgfc18cm5g0v8qh7.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqmowf0uD+6Q3PuVo4ImnOdYQ64s8Rzg3yjo\/ycSEsK8j2nbM\/sTWpliTa9YrCVTnNwnz8WLRxYbuaimANcxntyQ84I2POMoixj1tMKTFcfZLJIqy5RP8\/HFVoNZKchT8D6E6K7cmy0upeSOwc9ZbrOdqT75ASsVFbP6xgbs4IhDbqTSB5RTe+t0AQ49l5x+ufu8rpotSWrKfSktt8NGvDNpfL72ypPpj0H0YQRoMEdD6lyQXf1ukiD5CmSTHEzVp2L8tWHyvB3Yg+BM7FHshgG8i6vk\/reIulj8Hx5AG3ISkrb1uADjM8KuGgwtWbyElBXCjI7ieVrUcnZixi319bQIDAQAB", "default_locale": "en", "host_permissions": [ "*:\/\/*.ultra-coding.com\/*", "*:\/\/translate.google.com\/*" ] } |