-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathumbraco-marketplace.json
26 lines (26 loc) · 1.38 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Søren Kottal",
"Description": "4x Umbraco MVP working as Tech Lead and full stack developer at Ecreo, the Umbraco Gold Partner agency in Odense, Denmark.",
"ImageUrl": "https://24days.in/media/cr3nhed0/1644397043794.jpg"
},
"DocumentationUrl": "https://github.com/skttl/umbraco-impersonator#impersonator",
"DiscussionForumUrl": "https://github.com/skttl/umbraco-impersonator/discussions",
"IssueTrackerUrl": "https://github.com/skttl/umbraco-impersonator/issues",
"Screenshots": [
{
"ImageUrl": "https://github.com/skttl/umbraco-impersonator/raw/main/docs/impersonate-user.png",
"Caption": "When Impersonator is installed, and you are logged in as a user with access to the Users section in Umbraco, you can click your avatar in the upper right corner to impersonate another user."
},
{
"ImageUrl": "https://github.com/skttl/umbraco-impersonator/raw/main/docs/impersonating-user.png",
"Caption": "When impersonating another user, the user dialog is used to end impersonation."
}
],
"Category": "Editor Tools",
"LicenseTypes": [ "Free" ],
"PackageType": "Package",
"Tags": ["impersonate", "impersonation", "editor support", "administrator tools"],
"Title": "Impersonator"
}