Penman.ai

Write remarkably effective replies with AI

What is Penman.ai?

Penman.ai is a Chrome extension developed by https://penman.ai, and its main feature is "Write remarkably effective replies with AI".

Extension Screenshots

screenshot
screenshot
screenshot

Download Penman.ai Extension CRX File

Download Penman.ai 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

                        Introducing Penman, an incredibly useful Chrome extension that sits quietly in your browser and is only a click away to generate killer responses. It takes the hard work away from communication, utilizing artificial intelligence to craft responses that sound human and come with the perfect tone for the situation. With one click, you can save yourself from spending precious time and energy rephrasing and instead focus on the more important aspects of the conversation. 

Penman is way beyond regular spell-checks, auto-complete and grammar correction tools. With its sophisticated AI, it can give you accurate content in a matter of seconds, allowing you to stand out from the crowd and be the smartest person in the room. You can instantly make an impact on the conversation, saying the right words at the right moment to get your message across. 

Penman is the perfect tool for any professional or personal conversation, giving you the confidence to communicate more effectively and engage more meaningfully. Stop wasting time and energy trying to get the perfect response - let Penman do the hard work for you!

Penman has three primary features:

Reword
Stop searching for synonyms. Rewrite any text in a perfect tone with just one click!

Reply
Boost your engagement on social media for maximum exposure and build online community.

Inspire
Running out of ideas? Stop staring at black screen. Generate fresh ideas for social media posts.

Getting started is free. Start free trial today and get double your money back if you're not satisfied with the quality!                    

Extension Basic Information

Name Penman.ai Penman.ai
ID gbgoocighmnagelcdojbhpjekgihggpl
Official URL https://chromewebstore.google.com/detail/penmanai/gbgoocighmnagelcdojbhpjekgihggpl
Description Write remarkably effective replies with AI
File Size 843 KB
Installation Count 112
Current Version 1.1.3
Last Updated 2023-02-05
Publish Date 2023-01-04
Rating 5.00/5 Total 3 Ratings
Developer https://penman.ai
Email [email protected]
Payment Type in_app
Extension Website https://penman.ai
Help Page URL https://penman.ai/get-help
Privacy Policy Page URL https://penman.ai/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Penman.ai",
    "description": "Write remarkably effective replies with AI",
    "version": "1.1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "options_page": "src\/options\/options.html",
    "options_ui": {
        "browser_style": true,
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Penman - Write remarkably effective replies with AI",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}