forked from Kentico/devnet.kentico.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
664 lines (664 loc) · 31.8 KB
/
extensions.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
[
{
"name": "Editable Image Widget",
"description": "It will render the image which can be seleted from media library and allows editors to add class, alt text, dimensions and redirection link to image",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/kentico12-mvc-widgets/tree/master/Raybiztech.Kentico12.MVC.Widgets/Raybiztech.Kentico12.MVC.Widgets.EditableImage",
"version": "1.0.0",
"kenticoVersions": [
"12.0.29"
],
"category": "mvc widget",
"tags": ["mvc", "Editable Image", "Editable", "Image"]
},
{
"name": "Image Video Carousel",
"description": "Displays Image and Video slides in a carousel using content tree pages.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/kentico12-mvc-widgets/tree/master/Raybiztech.Kentico12.MVC.Widgets/Raybiztech.Kentico12.MVC.Widgets.ImageVideoCarousel",
"version": "1.0.0",
"kenticoVersions": [
"12.0.29"
],
"category": "mvc widget",
"tags": ["mvc", "Image and Video Carousel", "Image Carousel","Video Carousel","Image Slider", "Video Slider","Image","Video", "Slider","Corousel"]
},
{
"name": "Image Card",
"description": "Displays the Image Cards with Image, Caption and TargetUrl using content tree Pages.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/kentico12-mvc-widgets/tree/master/Raybiztech.Kentico12.MVC.Widgets/Raybiztech.Kentico12.MVC.Widgets.ImageCard",
"version": "1.0.0",
"kenticoVersions": [
"12.0.29"
],
"category": "mvc widget",
"tags": ["mvc", "Image Card", "Image with caption and target link","Image","Card"]
},
{
"name": "Repeater",
"description": "Displays the content of specified page type pages based on the assigned view.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/kentico12-mvc-widgets/tree/master/Raybiztech.Kentico12.MVC.Widgets/Raybiztech.Kentico12.MVC.Widgets.Repeater",
"version": "1.0.0",
"kenticoVersions": [
"12.0.29"
],
"category": "mvc widget",
"tags": ["mvc", "Repeater widget", "Repeater"]
},
{
"name": "Google Map Widget",
"description": "It displays map obtained from the Google maps service using Latitude,Longitude and Google API Key.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/kentico12-mvc-widgets/tree/master/Raybiztech.Kentico12.MVC.Widgets/Raybiztech.Kentico12.MVC.Widgets.GoogleMap",
"version": "1.0.0",
"kenticoVersions": [
"12.0.29"
],
"category": "mvc widget",
"tags": [
"mvc",
"Google Map",
"Google",
"Map",
"Kentico 12"
]
},
{
"name": "Dynamic Routing",
"description": "Automatic page route mapping to Controller, Controller+Action, or View using Attributes. Based on Automatic Url Slugs with custom Urls allowed.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/DynamicRouting.png",
"author": "Trevor Fayas-HBS, Sean Wright-WiredViews",
"sourceUrl": "https://github.com/KenticoDevTrev/DynamicRouting",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "utility",
"tags": ["dynamic routing", "routing", "url"]
},
{
"name": "YouTube Video widget",
"description": "Widget Enables to insert the video from specified YouTube URL location.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/kentico12-mvc-widgets/tree/master/Raybiztech.Kentico12.MVC.Widgets/Raybiztech.Kentico12.MVC.Widgets.YouTubeVideo",
"version": "1.0.0",
"kenticoVersions": ["12.0.0"],
"category": "mvc widget",
"tags": ["mvc", "youtube", "youtue video", "Video"]
},
{
"name": "Link button widget",
"description": "Widget displays a hyperlink to a specified target URL. The link can be rendered in text format.",
"thumbnailUrl": "https://raw.githubusercontent.com/vasu-rbt/devnet.kentico.com/master/marketplace/assets/raybiztech-logo.png",
"author": "Ray Business Technologies Pvt Ltd.",
"sourceUrl": "https://github.com/vasu-rbt/kentico12-mvc-widgets/tree/master/Kentico.MVC.Widgets/Kentico.MVC.Widgets.LinkButton",
"version": "1.0.0",
"kenticoVersions": ["12.0.0"],
"category": "mvc widget",
"tags": ["mvc", "Link", "Link button"]
},
{
"name": "Video widget",
"description": "Widget allowing to select and render a YouTube video on site.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/ems-mvc-components/tree/master/Kentico.Widget.Video#video-widget",
"version": "1.0.0-beta1",
"kenticoVersions": ["12.0.31"],
"category": "mvc widget",
"tags": ["mvc", "youtube", "video", "inline-editor"]
},
{
"name": "Rich Text Editor Widget",
"description": "The rich text widget allows content editors to edit rich text in a \"WYSIWYG\" manner.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/ems-mvc-components/tree/master/Kentico.Widget.RichText#rich-text-widget",
"version": "1.0.0-beta1",
"kenticoVersions": ["12.0.38"],
"category": "mvc widget",
"tags": ["mvc", "rich-text", "wysiwyg", "froala"]
},
{
"name": "Rich Text Inline Editor",
"description": "The rich text inline editor for editing rich text in a \"WYSIWYG\" manner.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/ems-mvc-components/tree/master/Kentico.InlineEditor.RichText#rich-text-inline-editor",
"version": "1.0.0-beta1",
"kenticoVersions": ["12.0.38"],
"category": "mvc inline editor",
"tags": ["mvc", "rich-text", "wysiwyg", "froala", "inline-editor"]
},
{
"name": "KInspector",
"description": "Performance, health and security audit tool for Kentico.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/KInspector",
"version": "3.9.0",
"kenticoVersions": ["12.0.0"],
"category": "module",
"tags": ["health", "performance", "security", "monitoring", "analysis"]
},
{
"name": "Disqus Thread",
"description": "Disqus thread web part for Kentico.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/DisqusThread",
"version": "1.1.0",
"kenticoVersions": ["10.0.0"],
"category": "webpart",
"tags": ["community", "forums", "discussions", "chat"]
},
{
"name": "AD Import Service",
"description": "A windows service for Active Directory synchronization with Kentico.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/ADImportService",
"version": "1.1.0",
"kenticoVersions": ["8.0.0"],
"category": "utility",
"tags": ["active directory", "ad", "membership", "import", "authentication"]
},
{
"name": "AD Import Utility",
"description": "A windows application that allows importing of users and groups (roles) from Active Directory (AD) into Kentico.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/ADImport",
"version": "12.0.0",
"kenticoVersions": ["12.0.0"],
"category": "utility",
"tags": ["active directory", "ad", "membership", "import", "authentication"]
},
{
"name": "Kentico AMP",
"description": "Accelerated Mobile Pages module for Kentico EMS.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/kentico-amp",
"version": "12.0.0",
"kenticoVersions": ["12.0.0"],
"category": "module",
"tags": ["google-amp", "amp-html", "amp-filter"]
},
{
"name": "PoSH Kentico",
"description": "PowerShell Administration module for Kentico CMS.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/clcrutch-icon.png",
"author": "Chris Crutchfield",
"sourceUrl": "https://github.com/clcrutch/posh-kentico",
"version": "0.2.0",
"kenticoVersions": ["11.0.0"],
"category": "module",
"tags": ["powershell", "administration", "kentico-cms"]
},
{
"name": "Kentico MVC Widget Resolver",
"description": "Allows the use of Portal Engine style widgets within RichText fields to provide structured content to Kentico 12 MVC sites.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/hades200082-icon.jpg",
"author": "Lee Conlin",
"sourceUrl": "https://github.com/hades200082/Kentico12-MVC-WidgetResolver",
"version": "1.0.1",
"kenticoVersions": ["12.0.0"],
"category": "utility",
"tags": ["mvc", "kentico 12", "structured content", "rich text"]
},
{
"name": "Package Builder",
"description": "A command-line utility allowing more finite control over the creation of Kentico module packages and support for continuous integration.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/Ntara-icon.png",
"author": "Ntara",
"sourceUrl": "https://github.com/Ntara/Kentico.PackageBuilder",
"version": "1.0.0",
"kenticoVersions": ["11.0.0"],
"category": "utility",
"tags": ["module", "package", "command-line", "continuous integration"]
},
{
"name": "Relationships Extended",
"description": "Extends the Relationships to allow usage of Ad-hoc relationships (which allow order by) within the Relationship UI.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Trevor Fayas -Heartland Business Systems",
"sourceUrl": "https://github.com/KenticoDevTrev/RelationshipsExtended",
"version": "12.29.0",
"kenticoVersions": ["12.29.0"],
"category": "module",
"tags": [
"relationships",
"many to many",
"related pages",
"category",
"categories"
]
},
{
"name": "Siteimprove for Kentico",
"description": "The Siteimprove for Kentico extension bridges the gap between the Kentico content management system and the Siteimprove Intelligence Platform.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "BizStream",
"sourceUrl": "https://www.toolkitforkentico.com/extensions/siteimprove-for-kentico",
"version": "2.0.69",
"kenticoVersions": ["10.0.0", "11.0.0", "12.0.0"],
"category": "integration",
"tags": ["integration"]
},
{
"name": "Connect for Kentico",
"description": "Easily connect Kentico online forms to popular CRM & marketing automation software including Microsoft Dynamics 365, Marketo, Zoho, and more.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "BizStream",
"sourceUrl": "https://www.bizstreamtoolkit.com/extensions/connect-for-kentico",
"version": "2.0.69",
"kenticoVersions": ["10.0.0", "11.0.0"],
"category": "integration",
"tags": ["integration"]
},
{
"name": "Kentico Power BI reports",
"description": "Monitor your business and get answers quickly with rich dashboards available on every device.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://devnet.kentico.com/old-marketplace/integration/kentico-power-bi-reports",
"version": "1.0.0",
"kenticoVersions": ["10.0.0", "11.0.0", "12.0.0"],
"category": "integration",
"tags": ["integration"]
},
{
"name": "CRM Connect 2.0",
"description": "CRM Connect for Kentico enables the seamless integration of your digital marketing and sales efforts.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "EMAKINA CEE",
"sourceUrl": "http://kentico-emakina.de/crm-connect",
"version": "1.0.0",
"kenticoVersions": ["10.0.0", "11.0.0"],
"category": "integration",
"tags": ["integration"]
},
{
"name": "Compare for Kentico",
"description": "Compare for Kentico takes the fear out of deployments by allowing you to visually compare differences between multiple Kentico environments.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "BizStream",
"sourceUrl": "https://www.bizstreamtoolkit.com/products/compare",
"version": "1.0.0",
"kenticoVersions": ["10.0.0"],
"category": "integration",
"tags": ["integration"]
},
{
"name": "Sage Pay Payment Gateway for Kentico",
"description": "Sage Pay is a secure credit card and debit card payment solution. It is used by thousands of online and mail order businesses across the UK and Eire.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Discover IT",
"sourceUrl": "https://www.ecommerce-connect.co.uk/Sage-Pay-Payment-Gateway-for-Kentico.aspx",
"version": "1.0.0",
"kenticoVersions": ["10.0.0", "11.0.0"],
"category": "integration",
"tags": ["integration"]
},
{
"name": "Bootstrap 4 Layout Tool",
"description": "Kentico MVC Page Builder Section that allows you to configure the number of columns, sizes, additional classes, etc.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/bootstrap-icon.png",
"author": "Trevor Fayas -Heartland Business Systems",
"sourceUrl": "https://github.com/KenticoDevTrev/BootstrapLayoutTool/blob/master/README.md",
"version": "12.29.2",
"kenticoVersions": ["12.0.29"],
"category": "mvc section",
"tags": ["section", "bootstrap", "columns"]
},
{
"name": "Menus Modules",
"description": "This module allows navigation menus to be managed in a central location so that the same menu can be added to multiple pages and updated in one place.",
"thumbnailUrl": "https://raw.githubusercontent.com/netconstruct/menus-module/master/assets/NC-GitHub-Logo.png",
"author": "NetConstruct",
"sourceUrl": "https://github.com/netconstruct/menus-module",
"version": "2.0.1",
"kenticoVersions": ["12.0.33"],
"category": "module",
"tags": ["menu", "navigation"]
},
{
"name": "Tiny MCE Wysiwyg Editor",
"description": "Adds TinyMCE 5 wysiwyg editor capabilities for MVC. Includes Editable Text, Rich Text, and the TinyMCE Inline form component.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/tinymce.png",
"author": "Troy Landers -Heartland Business Systems",
"sourceUrl": "https://github.com/KenticoDevTrev/TinyMCE_Wysiwyg",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "mvc widget",
"tags": ["wysiwyg", "tinymce", "rich text", "editable text", "html"]
},
{
"name": "Partial Widget Page",
"description": "Allows you to render a Page Builder page as a partial to be included on another page. Similar to Portal Engine's Page Placeholder.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Trevor Fayas -Heartland Business Systems",
"sourceUrl": "https://github.com/KenticoDevTrev/PartialWidgetPage",
"version": "12.29.2",
"kenticoVersions": ["12.0.29"],
"category": "utility",
"tags": ["page placeholder", "page builder", "widgets"]
},
{
"name": "Bing Maps MVC Widget",
"description": "Bing Maps widget allows editors to place a map to Page Builder sections. Its center (GPS coordinates) and zoom can be configured via configuration dialog.",
"thumbnailUrl": "https://raw.githubusercontent.com/ondrabus/kentico-mvcwidget-bing-maps/master/bingmaps.png",
"author": "Ondrabus",
"sourceUrl": "https://github.com/ondrabus/kentico-mvcwidget-bing-maps",
"version": "1.0.0",
"kenticoVersions": ["12.0.29"],
"category": "mvc widget",
"tags": ["mvc", "bing", "maps"]
},
{
"name": "Page Builder Containers",
"description": "Adds Page Builder Containers / Html before and after to Kentico MVC (Similar to Webpart Containers in Portal Engine)",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Trevor Fayas -Heartland Business Systems",
"sourceUrl": "https://github.com/KenticoDevTrev/PageBuilderContainers",
"version": "12.29.2",
"kenticoVersions": ["12.0.29"],
"category": "utility",
"tags": ["webpart containers", "containers"]
},
{
"name": "Color Picker",
"description": "Adds Simon Wep's Color Pickr as a form component, allowing for entry in any color format (RGBA, HEXA, HSVA), saves as rgba",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Joshua Hess - Heartland Business Systems",
"sourceUrl": "https://github.com/farmergeek94/ColorPickerFormComponent",
"version": "12.29.4",
"kenticoVersions": ["12.0.29"],
"category": "mvc form component",
"tags": ["color", "picker", "hex"]
},
{
"name": "Date Time Picker",
"description": "Adds xDan's jQuery DatetimePicker as a form component",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Joshua Hess - Heartland Business Systems",
"sourceUrl": "https://github.com/farmergeek94/DatePickerFormComponent",
"version": "12.29.1",
"kenticoVersions": ["12.0.29"],
"category": "mvc form component",
"tags": ["date", "picker", "datetime", "date time"]
},
{
"name": "Font Awesome Form Component",
"description": "Adds the ability for a content editor to select a Font Awesome 5.x icon from a modal popup.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Liam Goldfinch - NetConstruct",
"sourceUrl": "https://github.com/liamgold/font-awesome-form-component",
"version": "12.29.2",
"kenticoVersions": ["12.0.29"],
"category": "mvc form component",
"tags": ["icon", "picker", "fontawesome", "font awesome"]
},
{
"name": "Map Location Form Component",
"description": "Adds the ability for a content editor to capture a latitude/longitude value by clicking a location on a map.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Liam Goldfinch - NetConstruct",
"sourceUrl": "https://github.com/liamgold/map-location-form-component",
"version": "12.29.2",
"kenticoVersions": ["12.0.29"],
"category": "mvc form component",
"tags": ["map", "location"]
},
{
"name": "Email Marketing & Surveys",
"description": "High-volume email marketing & survey platform. Synchronize Kentico Contact Groups & Macro conditions with SensorPro tags.",
"thumbnailUrl": "https://e.sensorpro.net/images/logos/sensorpro-kentico-icon.png",
"author": "SensorPro",
"sourceUrl": "https://github.com/SensorPro/KenticoContacts",
"version": "1.0.0",
"kenticoVersions": ["11.0.0", "11.0.49", "12.0.29", "12.0.40"],
"category": "module",
"tags": [
"integration",
"Email",
"Surveys",
"Marketing",
"High-Volume",
"NPS",
"Feedback"
]
},
{
"name": "Lightbox gallery",
"description": "Widget allows editors to place Lightbox gallery to Page Builder sections displaying page attachments, media library images or external URLs.",
"thumbnailUrl": "https://raw.githubusercontent.com/kentico/devnet.kentico.com/master/marketplace/assets/lightbox-gallery.png",
"author": "Ondrabus",
"sourceUrl": "https://github.com/ondrabus/kentico-mvcwidget-lightbox-gallery",
"version": "1.0.0",
"kenticoVersions": ["12.0.29"],
"category": "mvc widget",
"tags": ["mvc", "bing", "lightbox", "gallery"]
},
{
"name": "MVC Caching for Kentico",
"description": "Adds Automated+Manual Data Caching and Rendering Caching for Kentico MVC that is tied in with Kentico's Cache and dependencies.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Trevor Fayas -Heartland Business Systems",
"sourceUrl": "https://github.com/KenticoDevTrev/MVCCaching",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "utility",
"tags": ["cache", "caching"]
},
{
"name": "Content components",
"description": "Content Components provide a way of constructing your Page Types in Kentico using composition rather than inheritance.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Chris Meagher",
"sourceUrl": "https://github.com/CMeeg/kentico-contrib/tree/master/src/Meeg.Kentico.ContentComponents",
"version": "0.1.0",
"kenticoVersions": ["12.0.39"],
"category": "module",
"tags": ["content", "content modelling", "page types"]
},
{
"name": "Disqus Thread MVC Widget",
"description": "Disqus thread MVC widget for Kentico.",
"thumbnailUrl": "https://raw.githubusercontent.com/avivasolutionsnl/kentico-mvc-widget-disqus/master/aviva-solutions.png",
"author": "Aviva Solutions",
"sourceUrl": "https://github.com/avivasolutionsnl/kentico-mvc-widget-disqus",
"version": "1.0.0",
"kenticoVersions": ["12.0.38"],
"category": "mvc widget",
"tags": ["mvc", "comments", "disqus"]
},
{
"name": "Kentico Kontent publishing module",
"description": "Synchronizes all published content and assets from a specific site in Kentico EMS to a specific project in Kentico Kontent using the Content Management API.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/kentico-icon.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/ems-module-cloud-publishing",
"version": "1.0.0",
"kenticoVersions": ["12.0.29"],
"category": "integration",
"tags": ["headless", "headless_API", "API", "Kontent"]
},
{
"name": "Automatic Generic User Roles",
"description": "Restores Kentico 12's generic Roles of _authenticated_ _notauthenticated_ and _everyone_ with code to automatically create and maintain these listings.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/generic-integration.png",
"author": "Trevor Fayas -Heartland Business Systems",
"sourceUrl": "https://github.com/KenticoDevTrev/AutomaticGenericUserRoles",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "utility",
"tags": ["utility", "other"]
},
{
"name": "FullCalendar MVC Widget",
"description": "Kentico MVC FullCalendar widget allows you to render various content as calendar events.",
"thumbnailUrl": "https://raw.githubusercontent.com/drilic/kentico-mvcwidget-fullcalendar/master/exlrt-logo-clear.png",
"author": "Dragoljub Ilic (EXLRT)",
"sourceUrl": "https://github.com/drilic/kentico-mvcwidget-fullcalendar/",
"version": "1.0.0",
"kenticoVersions": ["12.0.41"],
"category": "mvc widget",
"tags": ["mvc", "widget", "calendar", "fullCalendar", "events"]
},
{
"name": "YouTube Video Selector",
"description": "Enables the editor to search for videos on YouTube using plain-text to lookup by title or ID. Advanced settings allow for control of the video embed.",
"thumbnailUrl": "https://raw.githubusercontent.com/mattnield/kentico-youtube-selector-widget/master/youtube_social_icon_red.png",
"author": "Matt Nield - Ridgeway",
"sourceUrl": "https://github.com/mattnield/kentico-youtube-selector-widget",
"version": "1.0.0",
"kenticoVersions": ["12.0.0"],
"category": "mvc widget",
"tags": ["YouTube", "mvc", "video", "inline", "video search"]
},
{
"name": "Recombee Product Recommendations",
"description": "Product recommendation module integrated with Recombee: AI-powered recommending service.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/Recombee.png",
"author": "Kentico",
"sourceUrl": "https://github.com/Kentico/ems-mvc-module-recombee",
"version": "1.0.3",
"kenticoVersions": ["12.0.29"],
"category": "integration",
"tags": [
"Recommendations",
"Product_recommendations",
"AI",
"Artificial_Recommendations",
"Recombee",
"ecommerce"
]
},
{
"name": "Dynamic Routing (MVC Only)",
"description": "Automatic page route mapping to Controller, Controller+Action, or View using Attributes. Customization Required.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/DynamicRouting.png",
"author": "Trevor Fayas-HBS, Sean Wright-WiredViews",
"sourceUrl": "https://github.com/KenticoDevTrev/DynamicRouting/tree/DynamicRouting-Only",
"version": "12.29.1",
"kenticoVersions": ["12.0.29"],
"category": "utility",
"tags": ["dynamic routing", "routing", "url"]
},
{
"name": "ImageMagick Image Optimization",
"description": "Automatically shrink images using ImageMagick library during uploading to a Media Library or as a Page Attachment. Applicable for Kentico 12 CMS.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/delete_logo_100x100.png",
"author": "Dmitry Bastron, Delete Ltd.",
"sourceUrl": "https://github.com/diger74/DeleteAgency.Kentico12.ImageMagick",
"version": "1.0.0",
"kenticoVersions": ["12.0.0"],
"category": "module",
"tags": ["ImageMagick", "Image optimization"]
},
{
"name": "TinyPNG Image Optimization",
"description": "Automatically shrink images using TinyPNG API during uploading to Media Library or as a Page Attachment. Applicable for Kentico 12 CMS.",
"thumbnailUrl": "https://raw.githubusercontent.com/Kentico/devnet.kentico.com/master/marketplace/assets/delete_logo_100x100.png",
"author": "Dmitry Bastron, Delete Ltd.",
"sourceUrl": "https://github.com/diger74/DeleteAgency.Kentico12.TinyPng",
"version": "1.1.0",
"kenticoVersions": ["12.0.0"],
"category": "module",
"tags": [
"TinyPNG",
"Image optimization"
]
},
{
"name": "Carousel widget",
"description": "Carousel widget for Kentico MVC",
"thumbnailUrl": "https://raw.githubusercontent.com/Machmin/FLS.Kentico.Marketplace/master/FLS.Kentico.MvcWidget.Carousel/fls.png",
"author": "First line software",
"sourceUrl": "https://github.com/Machmin/FLS.Kentico.Marketplace/tree/master/FLS.Kentico.MvcWidget.Carousel",
"version": "0.0.9",
"kenticoVersions": [
"12.0.29"
],
"category": "mvc widget",
"tags": [
"mvc",
"carousel",
"image"
]
},
{
"name": "CKEditor4 Wysiwyg Editor",
"description": "Adds CKEditor4 Wysiwyg editor capabilities for MVC. Includes CKEditor4 Widget and Inline Editor.",
"thumbnailUrl": "https://raw.githubusercontent.com/TimLemke/CKEditor4_Wysiwyg/master/SeventyeightDigitalLogo.jpg",
"author": "Tim Lemke - Seventyeight Digital Inc.",
"sourceUrl": "https://github.com/TimLemke/CKEditor4_Wysiwyg",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "mvc widget",
"tags": ["wysiwyg", "ckeditor4", "editable text", "html"]
},
{
"name": "Placeholder Image Widget",
"description": "Placeholder Image Widget using placeholder images created by https://placeholder.com/ for Kentico 12 MVC.",
"thumbnailUrl": "https://raw.githubusercontent.com/TimLemke/PlaceholderImageWidget/master/SeventyeightDigitalLogo.jpg",
"author": "Tim Lemke - Seventyeight Digital Inc.",
"sourceUrl": "https://github.com/TimLemke/PlaceholderImageWidget",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "mvc widget",
"tags": ["Placeholder", "Images", "Widget"]
},
{
"name": "Masonry Image Gallery Widget",
"description": "Masonry image gallery widget using https://masonry.desandro.com/ for Kentico 12 MVC",
"thumbnailUrl": "https://raw.githubusercontent.com/TimLemke/MasonryImageGalleryWidget/master/SeventyeightDigitalLogo.jpg",
"author": "Tim Lemke - Seventyeight Digital Inc.",
"sourceUrl": "https://github.com/TimLemke/MasonryImageGalleryWidget",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "mvc widget",
"tags": ["Masonry", "Image", "Gallery"]
},
{
"name": "Plyr Media Player Widget",
"description": "Media player widget using https://plyr.io/ for Kentico 12 MVC",
"thumbnailUrl": "https://raw.githubusercontent.com/TimLemke/PlyrMediaPlayerWidget/master/SeventyeightDigitalLogo.jpg",
"author": "Tim Lemke - Seventyeight Digital Inc.",
"sourceUrl": "https://github.com/TimLemke/PlyrMediaPlayerWidget",
"version": "12.29.0",
"kenticoVersions": ["12.0.29"],
"category": "mvc widget",
"tags": ["Media", "Player", "HTML5", "Audio", "Video", "Youtube", "Vimeo"]
},
{
"name": "URL Redirection Module",
"description": "A module that adds support for adding and managing URL redirects through the Kentico CMS interface.",
"thumbnailUrl": "https://github.com/silvertech/KenticoURLRedirectionModule/blob/master/silvertech-logo.png?raw=true",
"author": "SilverTech, Inc.",
"sourceUrl": "https://github.com/silvertech/KenticoURLRedirectionModule",
"version": "12.0.2",
"kenticoVersions": ["12.0.52"],
"category": "module",
"tags": ["url", "redirection", "module"]
},
{
"name": "Automated Image Compressor",
"description": "A utility to automatically compress images uploaded into a kentico media library.",
"thumbnailUrl": "https://raw.githubusercontent.com/QubaDigitalUK/KenticoCMS.Compressor/master/quba.jpg",
"author": "Quba",
"sourceUrl": "https://github.com/QubaDigitalUK/KenticoCMS.Compressor",
"version": "1.0.0",
"kenticoVersions": ["12.0.52"],
"category": "utility",
"tags": ["image", "compression", "performance", "utility"]
}
]