OpenAir Task Search
Add a search to task selection in OpenAir
Wat is OpenAir Task Search?
OpenAir Task Search is een Chrome-extensie ontwikkeld door Ayleus, en de belangrijkste functie is "Add a search to task selection in OpenAir".
Extensie Screenshots
Download het CRX-bestand van de extensie OpenAir Task Search
Download OpenAir Task Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fdnpefnaoghodgcnloehfgpakodjamkh |
| Officiële URL | https://chromewebstore.google.com/detail/openair-task-search/fdnpefnaoghodgcnloehfgpakodjamkh |
| Beschrijving | Add a search to task selection in OpenAir |
| Bestandsgrootte | 75.32 KB |
| Aantal Installaties | 22 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2020-08-31 |
| Publicatiedatum | 2020-02-22 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Ayleus |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Ayleus/OpenAir-Task-Search |
| Ondersteunde Talen | 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"
} | |