uReview

Make automated reviews!

uReview란 무엇입니까?

uReview은(는) https://ureview.reviews에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make automated reviews!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

uReview 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *** 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.                    

확장 프로그램 기본 정보

이름 uReview uReview
ID aapjjgmljkpcnhfgogcigehcgimbnbnl
공식 URL https://chromewebstore.google.com/detail/ureview/aapjjgmljkpcnhfgogcigehcgimbnbnl
설명 Make automated reviews!
파일 크기 4.07 MB
설치 횟수 5,313
현재 버전 6.0.3
최근 업데이트 2024-03-01
출시 날짜 2022-01-20
평점 4.07/5 총 54 개의 평점
개발자 https://ureview.reviews
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.ureview.reviews/
도움말 페이지 URL https://www.ureview.reviews/help-center
지원되는 언어 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"
    }
}