iRivYou - Import Aliexpress, Amazon reviews

iRivYou - Import Aliexpress, Amazon reviews

Hvad er iRivYou - Import Aliexpress, Amazon reviews?

iRivYou - Import Aliexpress, Amazon reviews er en Chrome-udvidelse udviklet af https://www.wooshark.com, og dens hovedfunktion er "iRivYou - Import Aliexpress, Amazon reviews".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download iRivYou - Import Aliexpress, Amazon reviews-udvidelses-CRX-fil

Download iRivYou - Import Aliexpress, Amazon reviews-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn iRivYou - Import Aliexpress, Amazon reviews iRivYou - Import Aliexpress, Amazon reviews
ID folccdmdpbpllglnhokbihjedgedjabb
Officiel URL https://chromewebstore.google.com/detail/irivyou-import-aliexpress/folccdmdpbpllglnhokbihjedgedjabb
Beskrivelse iRivYou - Import Aliexpress, Amazon reviews
Filstørrelse 384 KB
Antal Installationer 3,595
Nuværende Version 3.1.2
Senest Opdateret 2023-10-14
Udgivelsesdato 2021-03-06
Bedømmelse 3.80/5 Samlet 10 Bedømmelser
Udvikler https://www.wooshark.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://irivyou.com/
Hjælpeside-URL http://irivyou.com/?page_id=279
URL til Fortrolighedspolitik Side https://www.wooshark.com/term
Understøttede Sprog 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\/;"
    }
}