GitLab Manager

Manage your GitLab projects and todos

GitLab Managerคืออะไร?

GitLab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leonardo Luiz และคุณลักษณะหลักของมันคือ "Manage your GitLab projects and todos"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features
- Projects search
- Create issues
- Todos list
- Todos notifications
- Pin your projects to quickly access
- Copy to clipboard the recommended branch name of an issue
- Configurable GitLab endpoint                    

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

ชื่อ GitLab Manager GitLab Manager
ID adjbkadckkobnjhnljgpbaelndnagagm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm
คำอธิบาย Manage your GitLab projects and todos
ขนาดไฟล์ 1.71 MB
จำนวนการติดตั้ง 590
เวอร์ชันปัจจุบัน 0.17.2
อัปเดตครั้งล่าสุด 2019-03-05
วันที่เผยแพร่ 2019-03-05
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Leonardo Luiz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/leonardokl/gitlab-chrome-extension
URL หน้าช่วยเหลือ https://github.com/leonardokl/gitlab-chrome-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitLab Manager",
    "description": "Manage your GitLab projects and todos",
    "version": "0.17.2",
    "browser_action": {
        "default_icon": "public\/images\/logo.png",
        "default_popup": "public\/index.html"
    },
    "background": {
        "scripts": [
            "public\/js\/event.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "public\/options\/index.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}