ConvertApp

Offizielle ConvertApp Chrome Erweiterung

What is ConvertApp?

ConvertApp is a Chrome extension developed by converttools, and its main feature is "Offizielle ConvertApp Chrome Erweiterung".

Extension Screenshots

screenshot
screenshot

Download ConvertApp Extension CRX File

Download ConvertApp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
Official URL https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Description Offizielle ConvertApp Chrome Erweiterung
File Size 12.47 KB
Installation Count 84
Current Version 1.4
Last Updated 2019-10-20
Publish Date 2019-10-19
Rating 5.00/5 Total 1 Ratings
Developer converttools
Payment Type free
Extension Website https://app.convertapp.io
Supported Languages 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
}