GBB - GitLab Board Better

Make GitLab board better with filters, notifications and more

GBB - GitLab Board Betterคืออะไร?

GBB - GitLab Board Better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TopTab และคุณลักษณะหลักของมันคือ "Make GitLab board better with filters, notifications and more"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GBB - GitLab Board Better

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

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

                        GitLab Board Better is  Chrome Extension which helps you to be more productive and organized while using GitLab Boards.
It works both on GitLab.com and Self-Hosted. 

Main GBB Features:
✓ Get GitLab notifications within your board for any change in the project
✓ Convert any url to filter!
✓ Customize the CSS of GitLab Boards
✓ Add home icon to go back to Board main screen
✓ Show milestone in main board view
✓ Show Time Tracking in main board view
✓ Show Issue tasks in board  view
✓ Create your own Assign/Tags filter shortcuts
✓ Open ticket links in new tab
✓ Go to issues/tickets quicker
✓ Refresh Boards automatically

Working on Several projects? With GBB you can configure different settings per Board

GBB for Firefox: https://addons.mozilla.org/en-US/firefox/addon/gitlab-board-better/

* Permissions Clarification:
GBB ask to have access to all URLs in order to support also self-hosted GitLab version. However, GBB doesn't read or modify any website expect your GitLab board :)                    

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

ชื่อ GBB - GitLab Board Better GBB - GitLab Board Better
ID fjhimlhfidegbajaoaagkogellknammf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gbb-gitlab-board-better/fjhimlhfidegbajaoaagkogellknammf
คำอธิบาย Make GitLab board better with filters, notifications and more
ขนาดไฟล์ 787 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.8.4
อัปเดตครั้งล่าสุด 2019-11-26
วันที่เผยแพร่ 2019-11-19
คะแนน 3.95/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา TopTab
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gitlab-board-better.com
ภาษาที่รองรับ en
manifest.json
{
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GBB - GitLab Board Better",
    "version": "1.8.4",
    "description": "Make GitLab board better with filters, notifications and more",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "lib\/moment.min.js",
                "lib\/jquery.min.js",
                "lib\/fingerprint2.min.js",
                "lib\/Sortable.min.js",
                "content.js",
                "ticket-style.js"
            ],
            "matches": [
                "https:\/\/gitlab.com\/*",
                "https:\/\/gitlab-board-better.com\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "ticketStyles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "mainUi.html",
        "ticketStylesUi.html",
        "eventTemplate.html",
        "filterButtonTemplate.html"
    ],
    "browser_action": {
        "default_icon": "icons\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "fa\/css\/font-awesome.css"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/logo.png"
    }
}