Proposal Genie

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

Τι είναι το Proposal Genie;

Το Proposal Genie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rajeshthiagu99, και η κύρια λειτουργία του είναι "An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Proposal Genie

Λήψη αρχείων επέκτασης Proposal Genie σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Proposal Genie Proposal Genie
ID fogoljmljcflnonheindbcbgdkijiahn
Επίσημο URL https://chromewebstore.google.com/detail/proposal-genie/fogoljmljcflnonheindbcbgdkijiahn
Περιγραφή An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user.
Μέγεθος Αρχείου 1.1 MB
Αριθμός Εγκαταστάσεων 232
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2023-01-04
Ημερομηνία Δημοσίευσης 2022-12-04
Προγραμματιστής rajeshthiagu99
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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:\/\/*\/"
    ]
}