-
Notifications
You must be signed in to change notification settings - Fork 2
/
umbraco-marketplace.json
47 lines (47 loc) · 2.13 KB
/
umbraco-marketplace.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Lantzify",
"ImageUrl": "https://github.com/lantzify.png "
},
"Category": "Editor Tools",
"PackageType": "Package",
"LicenseTypes": [
"Free"
],
"Title": "uSupport",
"Description": "uSupport is an feature rich ticketing system designed specifically for the Umbraco. It is a complete ticketing solution that enables users to create, manage, and view tickets and their associated comments. With uSupport, you can quickly and easily create and manage tickets. uSupport is highly customizable, allowing users to set up their own ticket types and define ticket statuses.",
"DiscussionForumUrl": "https://our.umbraco.com/packages/backoffice-extensions/usupport/usupport-support/",
"DocumentationUrl": "https://weberistic.github.io/uSupport-documentation/",
"IssueTrackerUrl": "https://github.com/Weberistic/uSupport/issues",
"PackagesByAuthor": [
"AutoDictionaries",
"UmbracoNaviHideIcon"
],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/Weberistic/uSupport/main/assets/dashboard.PNG",
"Caption": "Custom dashboard"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Weberistic/uSupport/main/assets/ticketDetails.PNG",
"Caption": "Creating a new ticket"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Weberistic/uSupport/main/assets/editTicket.PNG",
"Caption": "Managing ticket"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Weberistic/uSupport/main/assets/ticketTypes.PNG",
"Caption": "Default ticket types"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Weberistic/uSupport/main/assets/ticketStatus.PNG",
"Caption": "Default ticket statuses"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Weberistic/uSupport/main/assets/settings.PNG",
"Caption": "Overview over the current settings"
}
]
}