-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapexplugin.json
More file actions
33 lines (33 loc) · 1.28 KB
/
apexplugin.json
File metadata and controls
33 lines (33 loc) · 1.28 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" : "SkillBuilders Session Timeout",
"version" : "1.4.0",
"description" : "For a while now APEX has had a “Maximum Session Idle Time in Seconds” attribute in the Security Settings of an application. . The SkillBuilders Session Timeout plug-in adds this type of client side behavior to APEX applications quickly and easily.",
"keywords" : ["oracle","apex","Timeout", "Session", "Idle", "Time", "Security"],
"homepage" : "https://github.com/SkillBuilders/session-timeout",
"bugs" : {
"url" : "https://github.com/SkillBuilders/session-timeout/issues",
"email" : "plugins@skillbuilders.com"
},
"license" : "MIT",
"author" : {
"name" : "SkillBuilders",
"email" : "plugins@skillbuilders.com",
"url" : "http://www.skillbuilders.com"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/SkillBuilders/session-timeout"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1","12.1.0.2.0"],
"apex" : {
"versions" : ["5.1.0"],
"plugin" : {
"internalName" : "COM.SKILLBUILDERS.SESSION.TIMEOUT",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=44923",
"previewImage" : "https://raw.githubusercontent.com/SkillBuilders/session-timeout/master/preview.png"
}
}
}
}