2021-01-06 22:08:57 +00:00
|
|
|
/**
|
|
|
|
* External dependencies
|
|
|
|
*/
|
|
|
|
import { __ } from '@wordpress/i18n';
|
|
|
|
|
|
|
|
export const extensionBenefits = [
|
2021-03-09 18:00:34 +00:00
|
|
|
{
|
|
|
|
slug: 'mailpoet',
|
2021-05-19 18:43:07 +00:00
|
|
|
title: __(
|
|
|
|
'All-in-one email marketing by MailPoet',
|
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
2021-03-09 18:00:34 +00:00
|
|
|
icon: 'onboarding/mailpoet.png',
|
|
|
|
description: __(
|
2021-05-19 18:43:07 +00:00
|
|
|
'Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.',
|
2021-03-09 18:00:34 +00:00
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
|
|
|
},
|
2021-01-06 22:08:57 +00:00
|
|
|
{
|
|
|
|
slug: 'facebook-for-woocommerce',
|
|
|
|
title: __( 'Market on Facebook', 'woocommerce-admin' ),
|
|
|
|
icon: 'onboarding/fb-woocommerce.png',
|
|
|
|
description: __(
|
|
|
|
'Grow your business by targeting the right people and driving sales with Facebook.',
|
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
|
|
|
},
|
2021-03-09 18:00:34 +00:00
|
|
|
{
|
2021-05-10 09:56:47 +00:00
|
|
|
slug: 'google-listings-and-ads',
|
2021-03-09 18:00:34 +00:00
|
|
|
title: __(
|
2021-05-10 09:56:47 +00:00
|
|
|
'Drive traffic to your store with Google Listings and Ads',
|
2021-03-09 18:00:34 +00:00
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
|
|
|
icon: 'onboarding/g-shopping.png',
|
|
|
|
description: __(
|
|
|
|
'Get in front of shoppers and drive traffic so you can grow your business with Smart Shopping Campaigns and free listings.',
|
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
|
|
|
},
|
2021-01-06 22:08:57 +00:00
|
|
|
{
|
|
|
|
slug: 'mailchimp-for-woocommerce',
|
|
|
|
title: __( 'Contact customers with Mailchimp', 'woocommerce-admin' ),
|
|
|
|
icon: 'onboarding/mailchimp.png',
|
|
|
|
description: __(
|
|
|
|
'Send targeted campaigns, recover abandoned carts and much more with Mailchimp.',
|
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
|
|
|
},
|
|
|
|
{
|
|
|
|
slug: 'creative-mail-by-constant-contact',
|
|
|
|
title: __(
|
|
|
|
'Email marketing for WooCommerce with Creative Mail',
|
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
|
|
|
icon: 'onboarding/creativemail.png',
|
|
|
|
description: __(
|
|
|
|
'Create on-brand store campaigns, fast email promotions and customer retargeting with Creative Mail.',
|
|
|
|
'woocommerce-admin'
|
|
|
|
),
|
|
|
|
},
|
|
|
|
];
|