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文件

下載Proposal Genie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}