Compose AI: AI-powered Writing Tool

Accelerate your writing with AI

Τι είναι το Compose AI: AI-powered Writing Tool;

Το Compose AI: AI-powered Writing Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://compose.ai, και η κύρια λειτουργία του είναι "Accelerate your writing with AI".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Compose AI: AI-powered Writing Tool

Λήψη αρχείων επέκτασης Compose AI: AI-powered Writing Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Generate any text using AI. Autocomplete your sentences where you type. With Compose AI, you can write emails, create documents, and chat faster. We use artificial intelligence to automate the writing process.

Prompt AI to generate any text, where you already write. Get suggestions for new ways to say something. Draft entire emails from a few words. You can do all that with just one tool. Compose AI is a holistic, AI-first writing solution:

⚡ Type // to generate text using AI 
🏄 Autocomplete sentences across different websites 
✍️  Rephrase sentences to make them friendlier, more professional, shorter, or longer
🎯  Reply to emails with a click
📄  Generate full-length emails from short phrases 

➤ Compose Anything
Type // to generate any text. Prompt our AI to write blog posts, marketing copy, paragraphs, sentences, headlines, topical information, research and more.

➤ Autocomplete
Our extension’s core feature is Autocomplete. Just hit Tab to take a completion and save time typing.

➤ Compose Email
Compose Now is an AI assistant for writing messages. It's great for drafting quick replies or generating ideas you can edit to make your own. To open, press Option+G (or Alt+G).

➤ Easy Email Reply
Professionally reply to emails with a single click! Like magic, generated responses will reference the context from the original email.

➤ Rephrase
With Rephrase, you can change how you word your sentences without having to rewrite anything. Highlight a text to shorten, expand, reword, or make something sound more friendly or formal.

Check out this guide which has a link to our natively supported websites: https://compose.ai/guide

We’re always working to improve your experience with Compose AI. If you have any questions or feedback, we’d love to hear about them at [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Compose AI: AI-powered Writing Tool Compose AI: AI-powered Writing Tool
ID ddlbpiadoechcolndfeaonajmngmhblj
Επίσημο URL https://chromewebstore.google.com/detail/compose-ai-ai-powered-wri/ddlbpiadoechcolndfeaonajmngmhblj
Περιγραφή Accelerate your writing with AI
Μέγεθος Αρχείου 9.85 MB
Αριθμός Εγκαταστάσεων 467,233
Τρέχουσα Έκδοση 1.7.5
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2022-03-16
Αξιολόγηση 4.11/5 Συνολικά 213 Αξιολογήσεις
Προγραμματιστής https://compose.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://compose.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://feedback.compose.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://compose.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Compose AI: AI-powered Writing Tool",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoG7scPS+wBDOvu4q9lUMD\/p2o+o2Dx1UYU7vi5lEsdJ4JhouL94IIQy8rktSp2aV+QlTndnmV0k38SLG4UsoS+tGZavo0NL8OqWwY8quSdXd78TQp3dlnEclkcXN5DMG6eckWliXmDEJb3u53s0n647LL\/6j4fG7MCzCIhXajY1HvZM\/ekdXPaWSR3go5zVgjHeIeUWNg14jdBiTE2H0YHoo+zNMyfJjO3nKp6afMX274KrhnPnc2UQzrDfvtYcLMR8sp6jgW\/0wAATbJTRNe3dufMcUfEYN1nZptVSuc\/maGPTyRZJ+tzQmjOkQYrgAk971LResN2GLbZZnt7xYowIDAQAB",
    "author": "compose.ai",
    "description": "Accelerate your writing with AI",
    "icons": {
        "128": "assets\/compose_logo_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/*\/",
        "management",
        "alarms",
        "clipboardWrite"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Compose AI",
        "default_icon": "assets\/compose_logo_2x.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "general.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "gmail.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "hostnames": [
                "mail.google.com"
            ]
        },
        {
            "js": [
                "gdocsFallback.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "hostnames": [
                "docs.google.com"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "gdocs.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "hostnames": [
                "docs.google.com"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "superhuman.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "*:\/\/mail.superhuman.com\/*"
            ],
            "hostnames": [
                "mail.superhuman.com"
            ]
        },
        {
            "js": [
                "outlook.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "*:\/\/outlook.office.com\/*",
                "*:\/\/outlook.office365.com\/*",
                "*:\/\/outlook.live.com\/*"
            ],
            "hostnames": [
                "outlook.office.com",
                "outlook.office365.com",
                "outlook.live.com"
            ]
        },
        {
            "js": [
                "linkedin.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "*:\/\/www.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "hostnames": [
                "www.linkedin.com",
                "linkedin.com"
            ]
        },
        {
            "js": [
                "guide.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "*:\/\/guide.compose.ai\/*"
            ],
            "hostnames": [
                "guide.compose.ai"
            ]
        },
        {
            "js": [
                "whatsapp.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "hostnames": [
                "web.whatsapp.com"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*",
        "assets\/rephrase_videos\/*"
    ],
    "version": "1.7.5",
    "version_name": "1.7.5",
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*",
            "https:\/\/*.compose.ai\/*",
            "https:\/\/compose-2.webflow.io\/*"
        ]
    }
}