Proposal Genie

Unlock the secret to snagging your dream job with Proposal Genie - the ultimate tool for crafting attention-grabbing cover letters!

Proposal Genie란 무엇입니까?

Proposal Genie은(는) Proposal Genie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlock the secret to snagging your dream job with Proposal Genie - the ultimate tool for crafting attention-grabbing cover letters!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Proposal Genie is a cutting-edge Google extension that helps users to write instant proposals with just a few clicks, using the power of AI and a human-like tone. This extension has been designed to help users stay ahead of the competition by providing them with a comprehensive proposal-writing solution that is both efficient and effective.

With Proposal Genie, users can create professional and persuasive proposals in a matter of minutes, without having to spend hours writing and editing. The extension's advanced AI algorithms generate proposals based on the user's inputs, ensuring that the final output is tailored to their specific needs.

Moreover, Proposal Genie's proposals are written in a tone that sounds like they were written by a human, helping users to build trust and credibility with their clients. The extension's proposals are concise, clear, and easy to understand, making them an effective tool for communicating complex ideas to potential clients.

Overall, Proposal Genie is an essential tool for anyone who wants to create professional proposals quickly and efficiently. With its powerful AI technology and human-like tone, this extension is the perfect solution for staying ahead of the competition and winning more business.                    

확장 프로그램 기본 정보

이름 Proposal Genie Proposal Genie
ID fkoabmjjjjkjgoemojmcidjkkgkhoccl
공식 URL https://chromewebstore.google.com/detail/proposal-genie/fkoabmjjjjkjgoemojmcidjkkgkhoccl
설명 Unlock the secret to snagging your dream job with Proposal Genie - the ultimate tool for crafting attention-grabbing cover letters!
파일 크기 164 KB
설치 횟수 762
현재 버전 1.2
최근 업데이트 2023-05-25
출시 날짜 2023-03-24
평점 5.00/5 총 4 개의 평점
개발자 Proposal Genie
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://proposalgenie.ai/
개인정보 보호 정책 페이지 URL https://proposalgenie.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Proposal Genie",
    "description": "Unlock the secret to snagging your dream job with Proposal Genie - the ultimate tool for crafting attention-grabbing cover letters!",
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mdbootstrap.com\/*",
        "https:\/\/www.upwork.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mdbootstrap.com\/docs\/standard\/extended\/textarea\/",
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "34": ".\/img\/icon.png",
            "128": ".\/img\/icon.png"
        }
    },
    "icons": {
        "34": ".\/img\/icon.png",
        "128": ".\/img\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: chrome-extension:",
        "sandbox": "sandbox allow-scripts allow-forms"
    }
}