OpenAir Enhancement Suite

A useability upgrade for Openair.

OpenAir Enhancement Suite क्या है?

OpenAir Enhancement Suite Brandon Flynn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A useability upgrade for Openair."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OpenAir Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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