ConvertApp

Offizielle ConvertApp Chrome Erweiterung

Co to jest ConvertApp?

ConvertApp to rozszerzenie Chrome opracowane przez converttools, a jego główną funkcją jest „Offizielle ConvertApp Chrome Erweiterung”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ConvertApp

Pobierz pliki rozszerzeń ConvertApp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
Oficjalny URL https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Opis Offizielle ConvertApp Chrome Erweiterung
Rozmiar pliku 12.47 KB
Liczba instalacji 84
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2019-10-20
Data Publikacji 2019-10-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper converttools
Typ Płatności free
Strona Rozszerzenia https://app.convertapp.io
Obsługiwane Języki 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
}