forked from umbraco/Umbraco.Cms.Integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
umbraco-marketplace.json
78 lines (78 loc) · 3.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"AuthorDetails": {
"Description": "Umbraco HQ",
"Url": "https://umbraco.com/",
"ImageUrl": "https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
},
"Category": "PIM & DAM",
"LicenseType": "Free",
"PackageType": "Integration",
"PackagesByAuthor": [
"Umbraco.Cms.Integrations.Commerce.CommerceTools",
"Umbraco.Cms.Integrations.Commerce.Shopify",
"Umbraco.Cms.Integrations.SEO.Semrush",
"Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
"Umbraco.Cms.Integrations.Crm.Hubspot",
"Umbraco.Cms.Integrations.Crm.Dynamics",
"Umbraco.Cms.Integrations.Crm.ActiveCampaign",
"Umbraco.Cms.Integrations.Automation.Zapier"
],
"RelatedPackages": [
{
"PackageId": "Umbraco.Cms.Integrations.Commerce.CommerceTools",
"Description": "A product and category picker that can be added as a property editor for content, with a value converter providing a strongly typed model for rendering."
},
{
"PackageId": "Umbraco.Cms.Integrations.Commerce.Shopify",
"Description": "A products picker that can be added as a property editor for content, with a value converter providing a strongly typed model for rendering."
},
{
"PackageId": "Umbraco.Cms.Integrations.SEO.Semrush",
"Description": "A search tool available as a content app, helping editors research and use appropriate keywords for their content, to help with website search engine optimisation."
},
{
"PackageId": "Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
"Description": "A tool allowing programmatic access to URL-level data for properties managed in Google Search Console and the indexed version of a URL."
},
{
"PackageId": "Umbraco.Cms.Integrations.Crm.Hubspot",
"Description": "A form picker and rendering component for Hubspot forms."
},
{
"PackageId": "Umbraco.Cms.Integrations.Crm.Dynamics",
"Description": "A form picker and rendering component for Dynamics 365 Marketing forms."
},
{
"PackageId": "Umbraco.Cms.Integrations.Crm.ActiveCampaign",
"Description": "A form picker and rendering component for ActiveCampaign forms."
},
{
"PackageId": "Umbraco.Cms.Integrations.Automation.Zapier",
"Description": "A dashboard interface allowing users to vizualize registered subscription hooks for content types and to call Zapier triggers when content gets published."
}
],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.PIM.Inriver/docs/images/picker.png",
"Caption": "picker"
},
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.PIM.Inriver/docs/images/data-type.png",
"Caption": "data type"
},
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.PIM.Inriver/docs/images/control-center.png",
"Caption": "control center"
},
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.PIM.Inriver/docs/images/products.png",
"Caption": "products"
},
{
"ImageUrl": "https://raw.githubusercontent.com/umbraco/Umbraco.Cms.Integrations/main/src/Umbraco.Cms.Integrations.PIM.Inriver/docs/images/render.png",
"Caption": "render"
}
],
"Tags": [],
"Title": "inriver"
}