-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapexplugin.json
More file actions
33 lines (33 loc) · 1.12 KB
/
apexplugin.json
File metadata and controls
33 lines (33 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Unzip Parallel Process Plug-in",
"version": "1.1.0",
"description": "Oracle Apex - Process plug-in for parallel unzip of zip archives",
"keywords": ["import", "unzip data"],
"homepage": "https://github.com/dstrack/strack-software-unzip-parallel-plugin",
"bugs": {
"url": "https://github.com/dstrack/strack-software-unzip-parallel-plugin/issues",
"email": "strack.software@t-online.de"
},
"license": "MIT",
"author": {
"name": "Dirk Strack",
"email": "strack.software@t-online.de",
"url": "https://strack-software-development.blogspot.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dstrack/strack-software-unzip-parallel-plugin.git"
},
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1"],
"apex": {
"versions": ["18.1.0", "19.2.0"],
"plugin": {
"internalName": "COM.STRACK-SOFTWARE.UNZIP_PARALLEL",
"type": "process",
"demo": "https://apex.oracle.com/pls/apex/f?p=118060:1",
"previewImage": "https://raw.githubusercontent.com/dstrack/strack-software-unzip-parallel-plugin/master/preview.png"
}
}
}
}