ConvertApp

Offizielle ConvertApp Chrome Erweiterung

Qu'est-ce que ConvertApp ?

ConvertApp est une extension Chrome développée par converttools, et sa fonction principale est "Offizielle ConvertApp Chrome Erweiterung".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ConvertApp

Téléchargez les fichiers d'extension ConvertApp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
URL Officiel https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Description Offizielle ConvertApp Chrome Erweiterung
Taille du Fichier 12.47 KB
Nombre d'Installations 84
Version Actuelle 1.4
Dernière Mise à Jour 2019-10-20
Date de Publication 2019-10-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur converttools
Type de Paiement free
Site Web de l'Extension https://app.convertapp.io
Langues Prises en Charge 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
}