ConvertApp

Offizielle ConvertApp Chrome Erweiterung

ConvertApp란 무엇입니까?

ConvertApp은(는) converttools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Offizielle ConvertApp Chrome Erweiterung"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ConvertApp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ConvertApp ConvertApp
ID ehbejeiggakpokdggnoocldpgebcjeil
공식 URL https://chromewebstore.google.com/detail/convertapp/ehbejeiggakpokdggnoocldpgebcjeil
설명 Offizielle ConvertApp Chrome Erweiterung
파일 크기 12.47 KB
설치 횟수 84
현재 버전 1.4
최근 업데이트 2019-10-20
출시 날짜 2019-10-19
평점 5.00/5 총 1 개의 평점
개발자 converttools
결제 유형 free
확장 프로그램 웹 사이트 https://app.convertapp.io
지원되는 언어 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
}