AppLand

Control your AppLand AppMap recordings from the browser

AppLand란 무엇입니까?

AppLand은(는) https://app.land에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your AppLand AppMap recordings from the browser"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The AppLand browser extension is an easy way to record and analyze the behavior of your back-end code while you interact with the front-end as a user. The browser extension is used together with the AppLand server-side library for your back-end programming language. With the server up and running with the AppLand library loaded and enabled, you can use the browser extension to start a recording. Perform any desired interactions with the front-end of your app, then use the browser extension to stop the recording and load the data into the AppLand web site, https://app.land. On the AppLand web site you can inspect, navigate, and explore the behavior of your back-end code. With this workflow, you can rapidly improve your understanding of the operation of the backend, perform troubleshooting, find bugs, and optimize performance.                    

확장 프로그램 기본 정보

이름 AppLand AppLand
ID pgicekejplaefmcfiehhpiambdalpgmj
공식 URL https://chromewebstore.google.com/detail/appland/pgicekejplaefmcfiehhpiambdalpgmj
설명 Control your AppLand AppMap recordings from the browser
파일 크기 73.56 KB
설치 횟수 50
현재 버전 0.2.0
최근 업데이트 2020-07-07
출시 날짜 2020-07-04
개발자 https://app.land
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/applandinc/appland-browser-extension
도움말 페이지 URL https://github.com/applandinc/appland-browser-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AppLand",
    "version": "0.2.0",
    "description": "Control your AppLand AppMap recordings from the browser",
    "homepage_url": "https:\/\/app.land",
    "icons": {
        "48": "images\/appland_a_32.png",
        "96": "images\/appland_a_96.png",
        "128": "images\/appland_a_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/appland_a_128.png",
        "default_title": "AppLand",
        "default_popup": "popup\/record.html"
    },
    "web_accessible_resources": [
        "images\/appland_logo_white.svg",
        "images\/grid.png"
    ],
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    }
}