OpenAir Enhancement Suite

A useability upgrade for Openair.

OpenAir Enhancement Suiteคืออะไร?

OpenAir Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Flynn และคุณลักษณะหลักของมันคือ "A useability upgrade for Openair."

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

screenshot

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

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

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

                        OpenAir Enhancement Suite is an extension that improves usability in OpenAir. The primary function is colorizing time-sheets according to the project name.

OpenAir Enhancement Suite is not associated with OpenAir in any way.

v1.5.1 - Adjusted to an OpenAir update where the hostname was an unexpected value.

v1.5.0 - Fixed an issue where colour preferences were not being remembered.

v1.4.1 - Fixed an issue where the first row would hide slightly under the header.

v1.4.0 - Option for "Tight Mode" and fixed column alignment issues.

v1.3.0 - Shows totals for each project.

v1.2.0 - Colour palette is now custom.

v1.1.0 - Can make unused rows uncolored. May toggle this on/off.

v1.0.0 - Release.                    

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

ชื่อ OpenAir Enhancement Suite OpenAir Enhancement Suite
ID akkppihplenpoiabinnknnekklicijek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openair-enhancement-suite/akkppihplenpoiabinnknnekklicijek
คำอธิบาย A useability upgrade for Openair.
ขนาดไฟล์ 66.47 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2020-02-18
วันที่เผยแพร่ 2020-02-18
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Brandon Flynn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenAir Enhancement Suite",
    "short_name": "OAES",
    "version": "1.5.1",
    "manifest_version": 2,
    "author": "Brandon Flynn",
    "description": "A useability upgrade for Openair.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openair.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}