ConvertApp

Offizielle ConvertApp Chrome Erweiterung

Что такое ConvertApp?

ConvertApp - это расширение Chrome, разработанное converttools, и его основная функция - "Offizielle ConvertApp Chrome Erweiterung".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения ConvertApp

Скачайте файлы расширений ConvertApp в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
Официальный URL https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Описание Offizielle ConvertApp Chrome Erweiterung
Размер файла 12.47 KB
Количество установок 84
Текущая Версия 1.4
Последнее Обновление 2019-10-20
Дата публикации 2019-10-19
Рейтинг 5.00/5 Всего 1 оценок
Разработчик converttools
Тип оплаты free
Официальный сайт расширения https://app.convertapp.io
Поддерживаемые языки 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
}