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. 擴展基本資訊
| 名稱 | |
| ID | nahddnphoinbhneomkpgbndihakopjmm |
| 官方網址 | 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\/;"
}
} | |