Conch AI

Write 10x faster anywhere with AI. Summarize articles, books, and pdfs.

Conch AI란 무엇입니까?

Conch AI은(는) https://getconch.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write 10x faster anywhere with AI. Summarize articles, books, and pdfs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Generate, summarize, and rewrite anywhere on the internet to save over hours each week. Now with Humanizer to pass AI detectors and retain your privacy!

🤖 Features 
- Rewrite: highlight and rewrite sentences and paragraphs
- Summarizer: Summarize selected text from pdfs, books, and articles
- Conch: Answer any questions or generate any type of content 
- Templates: Generate intros, outlines, and so much more. 
- Finder: ask questions about the current website, any article, or any PDF and the AI will dig for answers. 10x better than the default find.

Bonus:
- Generate Next Sentence: Press ctrl + shift + q to magically generate the next sentence from where you left off on Google Docs
- AI Humanizer: Rewrite text to pass AI detectors by selecting 
- Analyze: upload any file and ask it to answer your questions*

* Included with your subscription at getconch.ai


Supported on:
- Google Docs
- PDFs
- Gmail
- Linkedin
- News websites 
- And so many more!


Ever found yourself stuck and don't know what to write next?
Conch AI is a novel writing assistant to help turn your thoughts into words.

Use the Conch to generate new sentences and paragraphs.
Use the Rewrite to rephrase text.
Use the next sentence feature on Google Docs and Gmail to generate the next sentence.

Conch can help you read too.

With the Summarizer tool, you can not only summarize text, but use it to convert complicated bodies of text into easy to understand sentences.

Say goodbye to complicated readings and augment your ability to read.                    

확장 프로그램 기본 정보

이름 Conch AI Conch AI
ID namibaeakmnknolcnomfdhklhkabkchl
공식 URL https://chromewebstore.google.com/detail/conch-ai/namibaeakmnknolcnomfdhklhkabkchl
설명 Write 10x faster anywhere with AI. Summarize articles, books, and pdfs.
파일 크기 2.45 MB
설치 횟수 149,513
현재 버전 1.2.8
최근 업데이트 2023-12-10
출시 날짜 2023-02-14
평점 4.73/5 총 201 개의 평점
개발자 https://getconch.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.getconch.ai
도움말 페이지 URL https://www.getconch.ai
개인정보 보호 정책 페이지 URL https://www.getconch.ai/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Conch AI",
    "manifest_version": 3,
    "description": "Write 10x faster anywhere with AI. Summarize articles, books, and pdfs.",
    "version": "1.2.8",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "oauth2": {
        "client_id": "472575395416-105ejakeubq5bi8ct9qtq219l8pm7a0d.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/query-pdf.js",
                "scripts\/login-contentscript.js",
                "chrome-popup\/*",
                "style\/*",
                "content\/*",
                "webfonts\/*",
                "logo.png",
                "images\/*",
                "scripts\/script.js",
                "scripts\/jquery-3.1.1.min.js",
                "scripts\/injected-script.js",
                "Readability.js"
            ],
            "matches": [
                "",
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "css": [
                "style\/penora-ai-style.css"
            ],
            "js": [
                "scripts\/docs-contentscript.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Readability.js",
                "chrome-popup\/index.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            },
            "description": "Open the popup"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cdn.amplitude.com\/libs\/analytics-browser-1.6.8-min.js.gz;"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwo03wyZSZ4KVkZr5hUYmPOfuJXggXCTh6OzrLabSnquYqlozR\/7VwyOi6BNGE1ibXXRe2g4UyqNOj0mD2b4cfUHXjff\/k5QIgR4yVDA7t496AmUFbl6Ana9KMLJc7yz5XurzwZxv21EnoMtcWiK7RtXYeMjOjUQuLD1LTVWY2gtsiJUaGFscBwSLgZSQVdeuBDZkrT1vVbI2sXOecLyYnYaCc7sSde4iiWQV9SN6O4IWVarWr+h21W0NpqxbaEZE0Pk8k0bkxLVAUdOfr5wq9MmfpnFcgo\/m5G7HdfrKVhp2f+i2crhgdZiGhQQumQcYQVC6Y0lhmhud5lWOorj2EwIDAQAB"
}