Appsheet Translate

Translate appsheet.com to any language

¿Qué es Appsheet Translate?

Appsheet Translate es una extensión de Chrome desarrollada por https://aiassistant.online, y su función principal es "Translate appsheet.com to any language".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Appsheet Translate

Descarga archivos de extensión Appsheet Translate 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

                        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                    

Información Básica de la Extensión

Nombre Appsheet Translate Appsheet Translate
ID beenkcmmckdpbfbdaegofdokmkiciigl
URL Oficial https://chromewebstore.google.com/detail/appsheet-translate/beenkcmmckdpbfbdaegofdokmkiciigl
Descripción Translate appsheet.com to any language
Tamaño del Archivo 47.42 KB
Cantidad de Instalaciones 2,390
Versión Actual 1.0
Última Actualización 2022-10-03
Fecha de Publicación 2022-10-03
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador https://aiassistant.online
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://aiassistant.online/appsheettranslator
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1yxlp5d8e39a4iGEMuXaakYS9hbMvpoOE4dREpWrVYmg/edit?usp=sharing
Idiomas Soportados 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": [
                ""
            ]
        }
    ],
    "commands": {
        "inject-script": {
            "suggested_key": "Ctrl+Shift+Y",
            "description": "Inject a script on the page"
        }
    }
}