Phrases.ai (Early Adopter)

Turn anything into amazing English just by highlighting text.

¿Qué es Phrases.ai (Early Adopter)?

Phrases.ai (Early Adopter) es una extensión de Chrome desarrollada por https://phrases.ai, y su función principal es "Turn anything into amazing English just by highlighting text.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Phrases.ai (Early Adopter)

Descarga archivos de extensión Phrases.ai (Early Adopter) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Phrases helps you sound smarter, clearer, and more professional. It's always available because Phrases is seamlessly integrated with your browser.

Highlight any text, and Phrases uses our state-of-the-art artificial intelligence engine to transform your raw text into perfectly crafted, grammatically correct English with a consistent, confident, and professional tone. Your emails will shine.

You can even write a series of bullet points and Phrases will write the email for you!

▶ How it works
Using Phrases is dead simple:
1. Highlight text
2. Tap the Phrases icon to rephrase
3. View the rephrased text and tap to use

▶ Use cases
Phrases can help you write better anywhere. Our users like Phrases for emails, marketing, sales, business documents, memos, stores listings, and more.

▶ Testimonials
"Better than ChatGPT. ChatGPT made my life a lot easier but its responses were too formal and 'hostile'... Phrases.ai is very good, way smoother than ChatGPT." - Dustin, from the Netherlands

"The rewrite is super good. Users will love it." - Lily, from Australia

"This is amazing. It can actually directly translate from Chinese, too. Comes out much better than Google." - Lu, from USA

The above was written with the help of Phrases.ai.                    

Información Básica de la Extensión

Nombre Phrases.ai (Early Adopter) Phrases.ai (Early Adopter)
ID ohpkfhhopcepcgeljjdaiiebcigaanel
URL Oficial https://chromewebstore.google.com/detail/phrasesai-early-adopter/ohpkfhhopcepcgeljjdaiiebcigaanel
Descripción Turn anything into amazing English just by highlighting text.
Tamaño del Archivo 251 KB
Cantidad de Instalaciones 964
Versión Actual 0.2.4
Última Actualización 2023-05-02
Fecha de Publicación 2023-02-19
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://phrases.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.phrases.ai/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Turn anything into amazing English just by highlighting text.",
    "version": "0.2.4",
    "manifest_version": 3,
    "name": "Phrases.ai (Early Adopter)",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    }
}