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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlock the secret to snagging your dream job with Proposal Genie - the ultimate tool for crafting attention-grabbing cover letters!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Proposal Genie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}