OpenAir Task Search

Add a search to task selection in OpenAir

What is OpenAir Task Search?

OpenAir Task Search is a Chrome extension developed by Ayleus, and its main feature is "Add a search to task selection in OpenAir".

Extension Screenshots

screenshot

Download OpenAir Task Search Extension CRX File

Download OpenAir Task Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The task selection box on the timesheet page is changed to include a search box to allow easier selection when the list is long.

SOURCE CODE:
https://github.com/Ayleus/OpenAir-Task-Search

PRIVACY POLICY:
https://raw.githubusercontent.com/Ayleus/OpenAir-Task-Search/master/Privacy-Policy.txt                    

Extension Basic Information

Name OpenAir Task Search OpenAir Task Search
ID fdnpefnaoghodgcnloehfgpakodjamkh
Official URL https://chromewebstore.google.com/detail/openair-task-search/fdnpefnaoghodgcnloehfgpakodjamkh
Description Add a search to task selection in OpenAir
File Size 75.32 KB
Installation Count 22
Current Version 1.0.5
Last Updated 2020-08-31
Publish Date 2020-02-22
Rating 5.00/5 Total 2 Ratings
Developer Ayleus
Email [email protected]
Payment Type free
Extension Website https://github.com/Ayleus/OpenAir-Task-Search
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "assets\/images\/icon32.png"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/styles\/chosen.min.css",
                "assets\/styles\/main.css"
            ],
            "js": [
                "assets\/scripts\/jquery.min.js",
                "assets\/scripts\/chosen.jquery.min.js",
                "assets\/scripts\/main.js"
            ],
            "matches": [
                "https:\/\/www.openair.com\/timesheet.pl*",
                "https:\/\/*.openair.com\/timesheet.pl*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add a search to task selection in OpenAir",
    "icons": {
        "128": "assets\/images\/icon128.png",
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "OpenAir Task Search",
    "permissions": [],
    "version": "1.0.5"
}