AppLand

Control your AppLand AppMap recordings from the browser

AppLandคืออะไร?

AppLand เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.land และคุณลักษณะหลักของมันคือ "Control your AppLand AppMap recordings from the browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppLand

ดาวน์โหลดไฟล์ส่วนขยาย AppLand ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}