Appsheet Translate

Translate appsheet.com to any language

Qu'est-ce que Appsheet Translate ?

Appsheet Translate est une extension Chrome développée par https://aiassistant.online, et sa fonction principale est "Translate appsheet.com to any language".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Appsheet Translate

Téléchargez les fichiers d'extension Appsheet Translate 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

                        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                    

Informations de Base sur l'Extension

Nom Appsheet Translate Appsheet Translate
ID beenkcmmckdpbfbdaegofdokmkiciigl
URL Officiel https://chromewebstore.google.com/detail/appsheet-translate/beenkcmmckdpbfbdaegofdokmkiciigl
Description Translate appsheet.com to any language
Taille du Fichier 47.42 KB
Nombre d'Installations 2,390
Version Actuelle 1.0
Dernière Mise à Jour 2022-10-03
Date de Publication 2022-10-03
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://aiassistant.online
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://aiassistant.online/appsheettranslator
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1yxlp5d8e39a4iGEMuXaakYS9hbMvpoOE4dREpWrVYmg/edit?usp=sharing
Langues Prises en Charge 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"
        }
    }
}