리뷰 (284)

전체 평점
4.8
평점 수준당 개수
  • 평점의 93%가 별 5개입니다
  • 평점의 2%가 별 4개입니다
  • 평점의 0%가 별 3개입니다
  • 평점의 1%가 별 2개입니다
  • 평점의 4%가 별 1개입니다
2021년 8월 23일

Easy install and great service. Happy to recommend this app to anyone looking for Google review integration.

Lava Tribe Girls Activewear
오스트레일리아
앱 사용 기간 대략 7시간
2020년 8월 27일

Much easier than doing it yourself - great support. Highly recommend this APP for anyone on shopify.

Wallace and Gibbs
뉴질랜드
앱 사용 기간 대략 4시간
2023년 5월 9일

great customer service and they check for me to install it correctly,
all their apps are great and they help step by step

Canvello
미국
앱 사용 기간 대략 3시간
2020년 3월 16일

Incredibly quick service and really helpful with integrating into my store. I highly recommend for adding google reviews

EIGSHOW Beauty
중국
앱 사용 기간 대략 2시간
2021년 4월 10일

Am not really sure about The fake reviews here. But I can indeed say that I have sent three separate emails to what so called the “CEO” Amit P Jivani which what his automated email indicates, and received nothing in retun. I now am working on a refund. Do not install his scam of an app

NUDRESS
아랍에미리트
앱 사용 기간 2일
2023년 6월 19일

Excellent Service, quickly verfied it was installed correctly. Recommend using the app if you don't know how to do it via the Google Merchant Center.

Hawaiian Discovery Furniture
미국
앱 사용 기간 대략 1시간
2023년 6월 27일

Perfect for customer support. Really save your time.
Perfect for customer support. Really save your time.

SHAN ZU
홍콩(중국 특별행정구)
앱 사용 기간 대략 1시간
2018년 4월 12일

This app was a breeze to set up! Had Google Customer Reviews up and running in just a couple of minutes after installing the app.

Absurd Ink
미국
앱 사용 기간 41분
2018년 10월 4일

One of those days :( This app is not useful unless you know exactly how to set up a google merchant center. Once you have done that, the script that you need is provided by merchant center. So, after I worked through all of that, I felt scammed. I paid 25$ upfront and than ended up using the script. If you are working through merchant center and google reviews integration
Set up google merchants account(open and link account to shopify) -> I used a app the set up google merchant center feed (it is shopify free app) -> then go Merchant Center -> Customer Reviews(on the left) -> Program setup -> You can probably get shopify support to help you modify the script, it could change overtime but the script below works right now -> copy and paste the modified script into shopify -> setting -> checkout -> additional script.

window.renderOptIn = function() {
window.gapi.load('surveyoptin', function() {

var products = [
{% for item in order.line_items %}
{
"gtin": {{ item.variant.barcode }}
},
{% endfor %}
];
window.gapi.surveyoptin.render(
{
// REQUIRED FIELDS
"merchant_id": "123456",
"order_id": "{{order.order_number}}",
"email": "{{order.email}}",
"delivery_country": "{{order.shipping_address.country_code}}",
"estimated_delivery_date": "{{ order.created_at | date:'%s' | plus:345600 | date:'%F' }}",
"products": products,
"opt_in_style": "CENTER_DIALOG"
});
});
}

Curry People
미국
앱 사용 기간 대략 15시간
2019년 5월 16일

This is a fantastic app that helps take the confusion out of setting up Google Customer Reviews. The one time (not recurring) fee is affordable. I have used this on two stores and am very happy with the app.

Access World
오스트레일리아
앱 사용 기간 34분