Teamapps

TeamApps extension for Chrome helps you to sync your apps' documentation

Teamappsคืออะไร?

Teamapps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Teamapps และคุณลักษณะหลักของมันคือ "TeamApps extension for Chrome helps you to sync your apps' documentation"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Teamapps extension allows no-code developers to sync important AppSheet project information to a central App profile where they can then generate AI-Assisted documentation. The documentation covers everything that project collaborators would require in order to manage the AppSheet App as it becomes central to a team's workflows. For version 1, it is broken up into sections: Purpose, Description, Data source summary, Tables and their slices' descriptions, and User actions. Collaborators can view the  documentation as well as contribute any associated edits, project requirements content or data of their own so that the App documentation becomes the central source of truth.

The App documentation also gives other members of the wider organization the ability to assist with security, architecture, product management and other functions that contribute to building high quality business Apps. The Teamapps extension makes this possible by helping no-code developers update project information in an automated way and keep it up to date, with many more exciting features to come.

This use of AI to assist AppSheet developers is what we believe to be an important step in helping them meet the business requirements of any application used in transformation endeavours.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Teamapps Teamapps
ID gkegchcbapephgigialempoddllmclfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/teamapps/gkegchcbapephgigialempoddllmclfi
คำอธิบาย TeamApps extension for Chrome helps you to sync your apps' documentation
ขนาดไฟล์ 86.36 KB
จำนวนการติดตั้ง 729
เวอร์ชันปัจจุบัน 1.3.6
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-02-24
ผู้พัฒนา Teamapps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.teamapps.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.teamapps.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Teamapps",
    "version": "1.3.6",
    "description": "TeamApps extension for Chrome helps you to sync your apps' documentation",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/www.appsheet.com\/home\/apps",
        "https:\/\/www.appsheet.com\/Template\/Apps",
        "https:\/\/www.appsheet.com\/*",
        "https:\/\/appsheet.com\/home\/apps",
        "https:\/\/appsheet.com\/Template\/Apps",
        "https:\/\/appsheet.com\/*"
    ],
    "permissions": [
        "scripting",
        "identity",
        "identity.email",
        "storage"
    ],
    "action": {
        "default_title": "Teamapps"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/appsheet.com\/*"
            ],
            "js": [
                "jquery.js",
                "progressBar.js",
                "env.js",
                "ui.js",
                "popup.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/teamapps.web.app\/*",
            "*:\/\/app.teamapps.io\/*",
            "*:\/\/eu.teamapps.io\/*",
            "*:\/\/teamapps-uat.web.app\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}