Rivyo-Shopify App Review Importer
This extension import reviews from Amazon to your Shopify store.
什么是Rivyo-Shopify App Review Importer?
Rivyo-Shopify App Review Importer是由support开发的Chrome扩展程序,该扩展的主要功能是“This extension import reviews from Amazon to your Shopify store.”。
扩展截图
下载Rivyo-Shopify App Review Importer扩展crx文件
下载Rivyo-Shopify App Review Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Rivyo-Shopify App Review Importer |
ID | nahddnphoinbhneomkpgbndihakopjmm |
官方URL | https://chromewebstore.google.com/detail/rivyo-shopify-app-review/nahddnphoinbhneomkpgbndihakopjmm |
简介 | This extension import reviews from Amazon to your Shopify store. |
文件大小 | 569 KB |
安装次数 | 4,027 |
当前版本 | 1.0.11 |
更新时间 | 2023-10-24 |
上架时间 | 2020-07-03 |
评分 | 3.00/5 共4次评分 |
开发者 | support |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.webcontrive.com/ |
帮助页面URL | https://thimatichelp.freshdesk.com/ |
隐私政策页面URL | https://thimatic.com/pages/privacy |
支持的语言 | 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\/;" } } |