Appsheet Translate

Translate appsheet.com to any language

ما هو Appsheet Translate؟

Appsheet Translate هو إضافة Chrome تم تطويرها بواسطة https://aiassistant.online، والميزة الرئيسية لها هي "Translate appsheet.com to any language".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Appsheet Translate

قم بتنزيل ملفات الامتداد Appsheet Translate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Appsheet Translate Appsheet Translate
ID beenkcmmckdpbfbdaegofdokmkiciigl
عنوان URL الرسمي https://chromewebstore.google.com/detail/appsheet-translate/beenkcmmckdpbfbdaegofdokmkiciigl
الوصف Translate appsheet.com to any language
حجم الملف 47.42 KB
عدد التثبيتات 2,390
النسخة الحالية 1.0
آخر تحديث 2022-10-03
تاريخ النشر 2022-10-03
تقييم 5.00/5 مجموع تقييمات 10
المطور https://aiassistant.online
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://aiassistant.online/appsheettranslator
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1yxlp5d8e39a4iGEMuXaakYS9hbMvpoOE4dREpWrVYmg/edit?usp=sharing
اللغات المدعومة 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"
        }
    }
}