Appsheet Translate

Translate appsheet.com to any language

Appsheet Translate là gì?

Appsheet Translate là một tiện ích mở rộng Chrome được phát triển bởi https://aiassistant.online, và tính năng chính của nó là "Translate appsheet.com to any language".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Appsheet Translate

Tải xuống các tệp mở rộng Appsheet Translate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Appsheet Translate Appsheet Translate
ID beenkcmmckdpbfbdaegofdokmkiciigl
URL Chính Thức https://chromewebstore.google.com/detail/appsheet-translate/beenkcmmckdpbfbdaegofdokmkiciigl
Mô tả Translate appsheet.com to any language
Kích Thước Tệp 47.42 KB
Số Lần Cài Đặt 2,390
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-10-03
Ngày Phát Hành 2022-10-03
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://aiassistant.online
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://aiassistant.online/appsheettranslator
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1yxlp5d8e39a4iGEMuXaakYS9hbMvpoOE4dREpWrVYmg/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}