Appsheet Translate

Translate appsheet.com to any language

O que é Appsheet Translate?

Appsheet Translate é uma extensão do Chrome desenvolvida por https://aiassistant.online, e sua principal característica é "Translate appsheet.com to any language".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Appsheet Translate

Baixe arquivos de extensão Appsheet Translate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Appsheet Translate Appsheet Translate
ID beenkcmmckdpbfbdaegofdokmkiciigl
URL Oficial https://chromewebstore.google.com/detail/appsheet-translate/beenkcmmckdpbfbdaegofdokmkiciigl
Descrição Translate appsheet.com to any language
Tamanho do Arquivo 47.42 KB
Contagem de Instalações 2,390
Versão Atual 1.0
Última Atualização 2022-10-03
Data de Publicação 2022-10-03
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor https://aiassistant.online
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://aiassistant.online/appsheettranslator
URL da Página de Política de Privacidade https://docs.google.com/document/d/1yxlp5d8e39a4iGEMuXaakYS9hbMvpoOE4dREpWrVYmg/edit?usp=sharing
Idiomas Suportados 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"
        }
    }
}