Rivyo-Shopify App Review Importer

This extension import reviews from Amazon to your Shopify store.

Co to jest Rivyo-Shopify App Review Importer?

Rivyo-Shopify App Review Importer to rozszerzenie Chrome opracowane przez support, a jego główną funkcją jest „This extension import reviews from Amazon to your Shopify store.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Rivyo-Shopify App Review Importer

Pobierz pliki rozszerzeń Rivyo-Shopify App Review Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Import Reviews from Amazon easily to your Shopify Store.

Chrome Extension for Shopify Review App Rivyo: 

https://apps.shopify.com/rivyo-product-review

Extension and App Features:
- Import Amazon reviews by few clicks
- Import Amazon questions by few clicks
- Approve/Disapprove Reviews from Extension
- Import Text Reviews and Photo Reviews
- Check Import history

Please contact us via our Live Chat or support tickers to get more information about our app or this extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rivyo-Shopify App Review Importer Rivyo-Shopify App Review Importer
ID nahddnphoinbhneomkpgbndihakopjmm
Oficjalny URL https://chromewebstore.google.com/detail/rivyo-shopify-app-review/nahddnphoinbhneomkpgbndihakopjmm
Opis This extension import reviews from Amazon to your Shopify store.
Rozmiar pliku 569 KB
Liczba instalacji 4,027
Aktualna Wersja 1.0.11
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2020-07-03
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper support
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.webcontrive.com/
Adres URL Strony Pomocy https://thimatichelp.freshdesk.com/
Adres URL Strony Polityki Prywatności https://thimatic.com/pages/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rivyo-Shopify App Review Importer",
    "description": "This extension import reviews from Amazon to your Shopify store.",
    "version": "1.0.11",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/import_rivyo16.png",
        "32": "img\/import_rivyo32.png",
        "48": "img\/import_rivyo48.png",
        "128": "img\/import_rivyo128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/thimatic-apps.com\/;"
    }
}