iRivYou - Import Aliexpress, Amazon reviews

iRivYou - Import Aliexpress, Amazon reviews

Wat is iRivYou - Import Aliexpress, Amazon reviews?

iRivYou - Import Aliexpress, Amazon reviews is een Chrome-extensie ontwikkeld door https://www.wooshark.com, en de belangrijkste functie is "iRivYou - Import Aliexpress, Amazon reviews".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iRivYou - Import Aliexpress, Amazon reviews

Download iRivYou - Import Aliexpress, Amazon reviews-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam iRivYou - Import Aliexpress, Amazon reviews iRivYou - Import Aliexpress, Amazon reviews
ID folccdmdpbpllglnhokbihjedgedjabb
Officiële URL https://chromewebstore.google.com/detail/irivyou-import-aliexpress/folccdmdpbpllglnhokbihjedgedjabb
Beschrijving iRivYou - Import Aliexpress, Amazon reviews
Bestandsgrootte 384 KB
Aantal Installaties 3,595
Huidige Versie 3.1.2
Laatst Bijgewerkt 2023-10-14
Publicatiedatum 2021-03-06
Beoordeling 3.80/5 Totaal 10 Beoordelingen
Ontwikkelaar https://www.wooshark.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://irivyou.com/
Help Pagina-URL http://irivyou.com/?page_id=279
URL van de Privacybeleid Pagina https://www.wooshark.com/term
Ondersteunde Talen 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\/;"
    }
}