ConvertApp

Offizielle ConvertApp Chrome Erweiterung

Cos'è ConvertApp?

ConvertApp è un'estensione di Chrome sviluppata da converttools, e la sua funzione principale è "Offizielle ConvertApp Chrome Erweiterung".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ConvertApp

Scarica i file di estensione ConvertApp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
URL Ufficiale https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Descrizione Offizielle ConvertApp Chrome Erweiterung
Dimensione del File 12.47 KB
Conteggio Installazioni 84
Versione Corrente 1.4
Ultimo Aggiornamento 2019-10-20
Data di Pubblicazione 2019-10-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore converttools
Tipo di Pagamento free
Sito Web dell'Estensione https://app.convertapp.io
Lingue Supportate 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
}