-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
27 lines (26 loc) · 1.09 KB
/
plugin.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
{
"version": "1.1.0",
"name": "EkomiIntegration",
"marketplaceName": {
"de": "EkomiIntegration",
"en": "EkomiIntegration"
},
"license": "AGPL-3.0",
"pluginIcon": "icon_plugin.jpg",
"price": 0.00,
"description": "This plugin allows you to integrate your Plentymarkets Store easily with eKomi system to collect verified reviews.",
"shortDescription": {
"de": "Diese plugin erlaubt es Ihnen Ihren Plentymarkets Store eShop ganz einfach im eKomi System zu integrieren um verifizierte Rezensionen zu sammeln.",
"en": "This plugin allows you to integrate your Plentymarkets shop easily with eKomi system to collect verified reviews."
},
"categories": ["3521"],
"author": "eKomi Ltd",
"authorIcon": "icon_author.jpg",
"email": "support@ekomi.zendesk.com",
"phone": "+49 3047376382",
"keywords": ["plugins", "orders export", "ekomi", "integration"],
"isClosedSource": true,
"namespace": "EkomiIntegration",
"type": "export",
"serviceProvider": "EkomiIntegration\\Providers\\EkomiIntegrationServiceProvider"
}