Generate Proposal

AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click

Generate Proposal란 무엇입니까?

Generate Proposal은(는) https://generateproposal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Are you tired of spending countless hours manually crafting proposals, only to face rejection after rejection? Say hello to the future of proposal writing — the AI-Powered Proposal Generator Chrome Extension.

📋 What Is It?
This is not just another tool; it's your new personal proposal assistant, powered by OpenAI's advanced GPT technology.

💡 Features That Set Us Apart

Specialized Profiles: Customize your profile to include your skills, experience, and job title. Our AI algorithms will craft proposals that are not just generic but personalized to each job description you aim for.

Custom Instructions: Want to add your personal touch? Include custom instructions to ensure your proposals are uniquely yours, capturing nuances that only a human can bring.

✅ Why Choose Our Extension?

Speed: Generate high-quality proposals in seconds, not hours.

Precision: Tailor your proposals according to job-specific needs.

Flexibility: From freelance gigs to corporate projects, we've got you covered.                    

확장 프로그램 기본 정보

이름 Generate Proposal Generate Proposal
ID okbaokbebkidmjhpcdbhdbdgchemfooc
공식 URL https://chromewebstore.google.com/detail/generate-proposal/okbaokbebkidmjhpcdbhdbdgchemfooc
설명 AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click
파일 크기 1.78 MB
설치 횟수 767
현재 버전 2.0.0
최근 업데이트 2023-11-09
출시 날짜 2023-01-22
평점 5.00/5 총 3 개의 평점
개발자 https://generateproposal.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.generateproposal.com
도움말 페이지 URL https://www.generateproposal.com
개인정보 보호 정책 페이지 URL https://generateproposal.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Generate Proposal",
    "description": "AI-Powered Proposal Generator: Fast, Personalized Proposals in One Click",
    "version": "2.0.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*\/proposals\/job\/*",
                "https:\/\/www.upwork.com\/*\/proposals\/interview\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "create-account.html",
                "login.html",
                "limit.html",
                "main.html",
                "options.html",
                "verify-email.html",
                "forgot-password.html",
                "img\/paper-icon.png",
                "js\/fingerprintjs.min.js"
            ],
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Generate Proposal"
    },
    "background": {
        "service_worker": "background.js"
    }
}