ConvertApp

Offizielle ConvertApp Chrome Erweiterung

ConvertApp là gì?

ConvertApp là một tiện ích mở rộng Chrome được phát triển bởi converttools, và tính năng chính của nó là "Offizielle ConvertApp Chrome Erweiterung".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ConvertApp 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

                        This is the official Chrome Extension for ConvertApp. ConvertApp is a software which allows you to easily transform any mobile website into a native mobile application.

This Chrome extension will allow you to take screenshots of your apps created in ConvertApp which can then be uploaded to the Apple AppStore and Google PlayStore.
It requires a ConvertApp account.

Step 1: Login to your ConvertApp account at https://app.convertapp.io
Step 2: Create a new or open an App under the "Apps" menu
Step 3: Click on "Generate screenshots" at the top right. The ConvertApp extension will now generate the shots from your mobile website for you automatically.                    

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

Tên ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
URL Chính Thức https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Mô tả Offizielle ConvertApp Chrome Erweiterung
Kích Thước Tệp 12.47 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2019-10-20
Ngày Phát Hành 2019-10-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển converttools
Loại Thanh Toán free
Trang Web Mở Rộng https://app.convertapp.io
Ngôn Ngữ Được Hỗ Trợ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConvertApp",
    "version": "1.4",
    "description": "Offizielle ConvertApp Chrome Erweiterung",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "ConvertApp"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/",
        "activeTab",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.convertapp.io\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "manifest_version": 2
}