Appsheet Translate
Translate appsheet.com to any language
What is Appsheet Translate?
Appsheet Translate is a Chrome extension developed by https://aiassistant.online, and its main feature is "Translate appsheet.com to any language".
Extension Screenshots
Download Appsheet Translate Extension CRX File
Download Appsheet Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Boost productivity and clear the clutter Full translation of the Appsheet interface into one of the languages of more than 100 languages of the world. Adaptation of the Appsheet interface to the translation text. Translation of errors, Appsheet hints during application development. 1.Download and run the Appsheet Translate extension 2.Disable automatic Google Translator 3.Select the translation language
Extension Basic Information
Name | Appsheet Translate |
ID | beenkcmmckdpbfbdaegofdokmkiciigl |
Official URL | https://chromewebstore.google.com/detail/appsheet-translate/beenkcmmckdpbfbdaegofdokmkiciigl |
Description | Translate appsheet.com to any language |
File Size | 47.42 KB |
Installation Count | 2,390 |
Current Version | 1.0 |
Last Updated | 2022-10-03 |
Publish Date | 2022-10-03 |
Rating | 5.00/5 Total 10 Ratings |
Developer | https://aiassistant.online |
[email protected] | |
Payment Type | free |
Extension Website | http://aiassistant.online/appsheettranslator |
Privacy Policy Page URL | https://docs.google.com/document/d/1yxlp5d8e39a4iGEMuXaakYS9hbMvpoOE4dREpWrVYmg/edit?usp=sharing |
Supported Languages | en,fr,es,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Appsheet Translate", "version": "1.0", "description": "Translate appsheet.com to any language", "default_locale": "en", "host_permissions": [ "https:\/\/translate.google.rs\/translate_a\/single" ], "permissions": [ "storage" ], "background": { "service_worker": "popup.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.appsheet.com\/*" ], "js": [ "content.js", "widget\/widget.js" ], "css": [ "widget\/widget.css" ] } ], "action": { "default_title": "AppsheetTranslator" }, "icons": { "128": "icons\/icon.png" }, "web_accessible_resources": [ { "resources": [ "popup.js", "widget\/widget.html", "widget\/widget.css" ], "matches": [ " |