Proposal Genie

An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.

Co to jest Proposal Genie?

Proposal Genie to rozszerzenie Chrome opracowane przez rajeshthiagu99, a jego główną funkcją jest „An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Proposal Genie

Pobierz pliki rozszerzeń Proposal Genie w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This AI-based Tool provides an easy and efficient way for freelancers to create a comprehensive proposal for a job in Upwork. The tool takes in user inputs such as the job heading and description as well as the user's professional experience and automatically generates a well-structured proposal for the freelancer to use.                    

Podstawowe informacje o rozszerzeniu

Nazwa Proposal Genie Proposal Genie
ID fogoljmljcflnonheindbcbgdkijiahn
Oficjalny URL https://chromewebstore.google.com/detail/proposal-genie/fogoljmljcflnonheindbcbgdkijiahn
Opis An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.
Rozmiar pliku 1.1 MB
Liczba instalacji 232
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2023-01-04
Data Publikacji 2022-12-04
Deweloper rajeshthiagu99
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Proposal Genie",
    "description": "An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.",
    "version": "0.1.3",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/"
    ]
}