iRivYou - Import Aliexpress, Amazon reviews

iRivYou - Import Aliexpress, Amazon reviews

Vad är iRivYou - Import Aliexpress, Amazon reviews?

iRivYou - Import Aliexpress, Amazon reviews är en Chrome-tillägg utvecklad av https://www.wooshark.com, och dess huvudfunktion är "iRivYou - Import Aliexpress, Amazon reviews".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner iRivYou - Import Aliexpress, Amazon reviews-förlängningens CRX-fil

Ladda ner iRivYou - Import Aliexpress, Amazon reviews-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn iRivYou - Import Aliexpress, Amazon reviews iRivYou - Import Aliexpress, Amazon reviews
ID folccdmdpbpllglnhokbihjedgedjabb
Officiell webbadress https://chromewebstore.google.com/detail/irivyou-import-aliexpress/folccdmdpbpllglnhokbihjedgedjabb
Beskrivning iRivYou - Import Aliexpress, Amazon reviews
Filstorlek 384 KB
Antal Installationer 3,595
Aktuell Version 3.1.2
Senast Uppdaterad 2023-10-14
Publiceringsdatum 2021-03-06
Betyg 3.80/5 Totalt 10 Betyg
Utvecklare https://www.wooshark.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://irivyou.com/
Hjälpsida URL http://irivyou.com/?page_id=279
URL till Sekretesspolicy Sidan https://www.wooshark.com/term
Stödda Språk 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\/;"
    }
}