ConvertApp

Offizielle ConvertApp Chrome Erweiterung

Vad är ConvertApp?

ConvertApp är en Chrome-tillägg utvecklad av converttools, och dess huvudfunktion är "Offizielle ConvertApp Chrome Erweiterung".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ConvertApp-förlängningens CRX-fil

Ladda ner ConvertApp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
Officiell webbadress https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
Beskrivning Offizielle ConvertApp Chrome Erweiterung
Filstorlek 12.47 KB
Antal Installationer 84
Aktuell Version 1.4
Senast Uppdaterad 2019-10-20
Publiceringsdatum 2019-10-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare converttools
Betalningssätt free
Tilläggswebbplats https://app.convertapp.io
Stödda Språk 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
}