ConvertApp

Offizielle ConvertApp Chrome Erweiterung

Wat is ConvertApp?

ConvertApp is een Chrome-extensie ontwikkeld door converttools, en de belangrijkste functie is "Offizielle ConvertApp Chrome Erweiterung".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ConvertApp

Download ConvertApp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
Officiële URL https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Beschrijving Offizielle ConvertApp Chrome Erweiterung
Bestandsgrootte 12.47 KB
Aantal Installaties 84
Huidige Versie 1.4
Laatst Bijgewerkt 2019-10-20
Publicatiedatum 2019-10-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar converttools
Betalingswijze free
Extensiewebsite https://app.convertapp.io
Ondersteunde Talen 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
}