Ryviu - Import reviews

It helps to import product reviews from AliExpress, Amazon, Etsy, DHgate, Walmart.com and Shopee to Ryviu Platform.

什麼是Ryviu - Import reviews?

Ryviu - Import reviews是由https://ryviu.com開發的Chrome擴展程式,該擴展的主要功能是“It helps to import product reviews from AliExpress, Amazon, Etsy, DHgate, Walmart.com and Shopee to Ryviu Platform.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Ryviu - Import reviews擴展crx文件

下載Ryviu - Import reviews擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily get product reviews from Aliexpress, Amazon, Etsy, DHgate, Walmart and Shopee with a few clicks.

Chrome extension for:
- Shopify product reviews: https://apps.shopify.com/ryviu
- WordPress WooCommerce product reviews: https://www.ryviu.com

Features:
- Import photo reviews
- Import reviews by countries
- Disable empty reviews
- Get reviews from multiple products
- & Lots More

It is easy to use. Let's boost your sale and increase the conversion rate on your store with Ryviu.
Please contact us via our Live Chat to get more information.                    

擴展基本資訊

名稱 Ryviu - Import reviews Ryviu - Import reviews
ID nlijpgankndpklfipncpkljliinbcbca
官方網址 https://chromewebstore.google.com/detail/ryviu-import-reviews/nlijpgankndpklfipncpkljliinbcbca
簡介 It helps to import product reviews from AliExpress, Amazon, Etsy, DHgate, Walmart.com and Shopee to Ryviu Platform.
檔案大小 69.13 KB
安裝次數 54,242
目前版本 2.2.8
更新時間 2024-02-15
上架時間 2020-05-29
評分 3.65/5 共 63 次評分
開發者 https://ryviu.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ryviu.com
說明頁面URL https://docs.ryviu.com
隱私政策頁面URL https://www.ryviu.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ryviu - Import reviews",
    "short_name": "Ryviu App",
    "author": "Ryviu ",
    "description": "It helps to import product reviews from AliExpress, Amazon, Etsy, DHgate, Walmart.com and Shopee to Ryviu Platform.",
    "version": "2.2.8",
    "manifest_version": 3,
    "icons": {
        "16": "images\/ryviu.png",
        "32": "images\/ryviu.png",
        "48": "images\/ryviu.png",
        "128": "images\/ryviu.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "all_frames": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ryviu.io\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/date.js",
                "js\/source\/aliexpress-core.js",
                "js\/source\/amazon-core.js",
                "js\/source\/etsy-core.js",
                "js\/source\/dhgate-core.js",
                "js\/source\/walmart-core.js",
                "js\/source\/shopee-core.js",
                "js\/general.js",
                "js\/run.js"
            ]
        }
    ],
    "action": {
        "default_title": "Ryviu - Import reviews from Aliexpress and Amazon",
        "default_popup": "pages\/popup.html",
        "default_icon": "images\/ryviu.png"
    },
    "host_permissions": [
        "https:\/\/*.ryviu.io\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.se\/*",
        "*:\/\/*.amazon.sa\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.sg\/*",
        "*:\/\/*.amazon.pl\/*",
        "*:\/\/*.aliexpress.com\/item\/*",
        "*:\/\/*.aliexpress.us\/item\/*",
        "*:\/\/*.aliexpress.com\/store\/product\/*",
        "*:\/\/*.walmart.com\/ip\/*",
        "*:\/\/*.dhgate.com\/product\/*",
        "*:\/\/*.etsy.com\/listing\/*",
        "*:\/\/*.shopee.sg\/*",
        "*:\/\/*.shopee.co.id\/*",
        "*:\/\/*.shopee.tw\/*",
        "*:\/\/*.shopee.co.th\/*",
        "*:\/\/*.shopee.com.my\/*",
        "*:\/\/*.shopee.vn\/*",
        "*:\/\/*.shopee.ph\/*",
        "*:\/\/*.shopee.com.br\/*",
        "*:\/\/*.shopee.com.mx\/*",
        "*:\/\/*.shopee.com.co\/*",
        "*:\/\/*.shopee.cl\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
    }
}