iRivYou - Import Aliexpress, Amazon reviews

iRivYou - Import Aliexpress, Amazon reviews

Was ist iRivYou - Import Aliexpress, Amazon reviews?

iRivYou - Import Aliexpress, Amazon reviews ist eine Chrome-Erweiterung, die von https://www.wooshark.com entwickelt wurde, und ihr Hauptmerkmal ist "iRivYou - Import Aliexpress, Amazon reviews".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

iRivYou - Import Aliexpress, Amazon reviews-Erweiterungs-CRX-Datei herunterladen

Laden Sie iRivYou - Import Aliexpress, Amazon reviews-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        IRivYou offers a simple and direct way to import reviews from Amazon and AliExpress  to woocommerce store. 

Reviews play an important role on increasing visitors confidence which can lead to better traffic and more sales.

IRivYou offer the following set of Features:

- Import and customise reviews (reviews title, content, creation date, rating, email)
   tags, publisher.
- Export reviews as CSV.
- Import Reviews scaled images.
- Download images from reviews.
- add, remove replace text in bulk reviews.
- advanced setting that offer filtering capabilities.
- Transate AliExpress and Amazon reviews to the current user domain.                    

Grundlegende Informationen zur Erweiterung

Name iRivYou - Import Aliexpress, Amazon reviews iRivYou - Import Aliexpress, Amazon reviews
ID folccdmdpbpllglnhokbihjedgedjabb
Offizielle URL https://chromewebstore.google.com/detail/irivyou-import-aliexpress/folccdmdpbpllglnhokbihjedgedjabb
Beschreibung iRivYou - Import Aliexpress, Amazon reviews
Dateigröße 384 KB
Installationsanzahl 3,595
Aktuelle Version 3.1.2
Letztes Update 2023-10-14
Veröffentlichungsdatum 2021-03-06
Bewertung 3.80/5 Insgesamt 10 Bewertungen
Entwickler https://www.wooshark.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://irivyou.com/
Hilfeseite URL http://irivyou.com/?page_id=279
URL der Datenschutzrichtlinien-Seite https://www.wooshark.com/term
Unterstützte Sprachen de,en,fr,es,it,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.1.2",
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/amazon128.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "icons": {
        "48": "images\/amazon128.png",
        "128": "images\/amazon128.png"
    },
    "background": {
        "service_worker": "js\/background-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/www.aliexpress.us\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/reviews-amazon.js",
                "js\/aliexpress-reviews.js",
                "js\/lodash.js",
                "js\/bootstrap.min.js",
                "js\/vendor\/fontawesome.js",
                "js\/vendor\/jquery.toast.min.js",
                "js\/vendor\/spin.js",
                "js\/vendor\/progress.js",
                "js\/quill.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/quill.css",
                "css\/jquery.toast.min.css",
                "css\/spin.css",
                "css\/progress.css",
                "css\/table.css",
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/background-worker.js"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    }
}