Opinew Shopify Reviews Importer

Easily import product reviews from dropshipping shopify apps (Oberlo, Spreadr, Importify, Dropified, DSers, Amazon, Aliexpress).

Opinew Shopify Reviews Importer란 무엇입니까?

Opinew Shopify Reviews Importer은(는) https://www.opinew.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily import product reviews from dropshipping shopify apps (Oberlo, Spreadr, Importify, Dropified, DSers, Amazon, Aliexpress)."입니다.

확장 프로그램 스크린샷

screenshot

Opinew Shopify Reviews Importer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Opinew Shopify App Required
https://apps.shopify.com/photo-reviews

Effortlessly import product reviews to your Shopify store. Opinew’s Google Chrome Extension easily integrates with popular dropshipping apps such as Oberlo and Importify, and with the world’s largest ecommerce marketplaces like Amazon. Opinew is designed to compliment your online store and improve conversion rates and customer relationships.

Looking for the best Shopify reviews app? Opinew is your product reviews autopilot. Bulk upload Shopify product reviews from a host of popular platforms directly into your Shopify store. Style and present your reviews to match your store and seamlessly integrate product reviews as part of your marketing strategy. 

Opinew also allows you to engage with customers for review requests to promote your store and build up your store’s reputation.

Installing the Opinew Chrome Extension will allow you to import reviews at the push of a button, dramatically increasing your Shopify shop’s business and leveraging positive customer engagement to build trust for your future customers.

Opinew Chrome Extension supports bulk imports from:
Oberlo
Amazon Seller Central
Importify
Dropified
Spreadr

Opinew integrates easily with a variety of platforms to create the best retail experience for your customers and help significantly improve your store’s conversion rates. 

Opinew Shopify App Required - Install from the Shopify App Store here

Instructions for Use:
Installing the Opinew Chrome Extension couldn’t be easier. Our handy help center guide will get you started on importing reviews to your Shopify store within minutes. If you need further help, our support team are on hand to get you started on Opinew now. 

HELP CENTER ARTICLE: 
https://www.opinew.com/help-center/knowledge-base/import-reviews-from-amazon-product-pages-with-chrome-extension/                    

확장 프로그램 기본 정보

이름 Opinew Shopify Reviews Importer Opinew Shopify Reviews Importer
ID dpnhhplcgccminaooanpkgflaekfndmi
공식 URL https://chromewebstore.google.com/detail/opinew-shopify-reviews-im/dpnhhplcgccminaooanpkgflaekfndmi
설명 Easily import product reviews from dropshipping shopify apps (Oberlo, Spreadr, Importify, Dropified, DSers, Amazon, Aliexpress).
파일 크기 4.5 MB
설치 횟수 4,383
현재 버전 1.14.0
최근 업데이트 2023-09-13
출시 날짜 2020-05-15
평점 5.00/5 총 2 개의 평점
개발자 https://www.opinew.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.opinew.com/
도움말 페이지 URL https://www.opinew.com/help-center/
개인정보 보호 정책 페이지 URL https://www.opinew.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opinew Shopify Reviews Importer",
    "version": "1.14.0",
    "manifest_version": 3,
    "description": "Easily import product reviews from dropshipping shopify apps (Oberlo, Spreadr, Importify, Dropified, DSers, Amazon, Aliexpress).",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/opinew_o16.png",
            "32": "icons\/opinew_o32.png",
            "48": "icons\/opinew_o48.png",
            "128": "icons\/opinew_o128.png"
        }
    },
    "icons": {
        "16": "icons\/opinew_o16.png",
        "32": "icons\/opinew_o32.png",
        "48": "icons\/opinew_o48.png",
        "128": "icons\/opinew_o128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.oberlo.com\/my-products*"
            ],
            "js": [
                "content_scripts\/oberlo.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.dropified.com\/product*?store=*"
            ],
            "js": [
                "content_scripts\/dropified.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.importify.net\/dashboard\/products*"
            ],
            "js": [
                "content_scripts\/importify.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/spreadr.co\/home*"
            ],
            "js": [
                "content_scripts\/spreadr.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/inventory*",
                "https:\/\/*.amazon.ca\/inventory*",
                "https:\/\/*.amazon.com.mx\/inventory*",
                "https:\/\/*.amazon.com.br\/inventory*",
                "https:\/\/*.amazon.de\/inventory*",
                "https:\/\/*.amazon.es\/inventory*",
                "https:\/\/*.amazon.fr\/inventory*",
                "https:\/\/*.amazon.it\/inventory*",
                "https:\/\/*.amazon.co.uk\/inventory*",
                "https:\/\/*.amazon.in\/inventory*",
                "https:\/\/*.amazon.cn\/inventory*",
                "https:\/\/*.amazon.co.jp\/inventory*",
                "https:\/\/*.amazon.co.kr\/inventory*",
                "https:\/\/*.amazon.co.th\/inventory*",
                "https:\/\/*.amazon.sg\/inventory*",
                "https:\/\/*.amazon.com.au\/inventory*",
                "https:\/\/*.amazon.com.tw\/inventory*",
                "https:\/\/*.amazon.ae\/inventory*"
            ],
            "js": [
                "content_scripts\/amazon_seller.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dsers.com\/application\/*"
            ],
            "js": [
                "content_scripts\/dsers.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dsers.com\/app\/*"
            ],
            "js": [
                "content_scripts\/dsers_legacy.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/amazonsaleschannel.codisto.com\/*"
            ],
            "js": [
                "content_scripts\/codisto.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/amazon-sales-channel.connector.sellernext.com\/amazon-sales-channel\/panel\/listings*"
            ],
            "js": [
                "content_scripts\/cedcommerce.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.opinew.com\/dashboard\/*",
            "https:\/\/opinew.ngrok.io\/dashboard\/*",
            "http:\/\/localhost:8090\/dashboard\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/cdn.jsdelivr.net https:\/\/fonts.gstatic.com;"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlCsnZTiOg7CtMb967R8Pe88Z5LqkNTRLzZGq46+K9rUZqa+dZE25ZKnz4h2cU+T4oeN27WdGTqhcstAYQJFbvgjjlRbVACCgSPfIpjysk3Hc7\/tsshOH4kQ1rU6IGutageilQ8MP1xlCQ6mUD73ULCa6xiR6TJLBKkWHN4kNn42oCv+uOU1AhT6XVRUqdLRWKsQ8qzTrJ0IvEIcUgWEjH6VY7G7dVeKFK3HZF4DEQ891gX0Zddg7t810gv6bITDPQC+CW6dsXAPVsNkjQpbHvYhYPZ80Rw6VYgdP3gZOIoO9PJKxh7o02mlcmEPMhBEVH1ZEEPQNQxqcWcjrsjU4dwIDAQAB"
}