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은(는) rajeshthiagu99에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI-based Tool that helps freelancers to generate a proposal for a job in Upwork using minimal inputs form user."입니다.
확장 프로그램 스크린샷
Proposal Genie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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:\/\/*\/" ] } |