uReview

Make automated reviews!

What is uReview?

uReview is a Chrome extension developed by https://ureview.reviews, and its main feature is "Make automated reviews!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download uReview Extension CRX File

Download uReview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        *** uReview 6.0 ***

A uReview ta de cara nova e com um montão de novidades:

- Assistente de IA
- Integração 100% Automatizada
- Buscador de Concorrentes
- IA copiadora e importadora
- Importador do AliExpress e da Shopee
- Mais reviews e categorias
- Envio Ultra Rápido ou Agendado

e muito mais!


Aumente sua conversão e economize seu tempo.
Faça o Teste Grátis!


A uReview não registra e nem compartilha nenhuma informação sobre os usuários.                    

Extension Basic Information

Name uReview uReview
ID aapjjgmljkpcnhfgogcigehcgimbnbnl
Official URL https://chromewebstore.google.com/detail/ureview/aapjjgmljkpcnhfgogcigehcgimbnbnl
Description Make automated reviews!
File Size 4.07 MB
Installation Count 5,313
Current Version 6.0.3
Last Updated 2024-03-01
Publish Date 2022-01-20
Rating 4.07/5 Total 54 Ratings
Developer https://ureview.reviews
Email [email protected]
Payment Type in_app
Extension Website https://www.ureview.reviews/
Help Page URL https://www.ureview.reviews/help-center
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "uReview",
    "description": "Make automated reviews!",
    "version": "6.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "uReview",
        "default_icon": "icon.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}