Upwork Cover Letter Autofiller
Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.
Upwork Cover Letter Autofillerとは何ですか?
Upwork Cover Letter AutofillerはFabien MICHELによって開発されたChromeの拡張機能で、その主な機能は「Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.」です。
拡張機能のスクリーンショット
Upwork Cover Letter Autofiller拡張機能のCRXファイルをダウンロード
Upwork Cover Letter Autofiller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension autofill your cover letter with: ✅a catchy first line ✅your own template ✅your signature Features: 🚀 Define your own template 🚀 Join the community 🚀 Data is stored locally in your browser, no database or external service is needed! 🚀 Automatically find the client's name. and more... To stand out from the competition, the first line of a cover letter must be very catchy. What could be more catchy than saying your client's personal name? The extension automatically writes "Hi + {client name}!" at the beginning of your cover letter. Please let me know if you have any confusions, problems, comments or suggestions at [email protected]. Github : https://github.com/welfoz/Upwork-Cover-Letter-Autofiller I will be happy to help you!
拡張機能の基本情報
名前 | Upwork Cover Letter Autofiller |
ID | pdmiiebdfacahdoociaoppkhffhgoagf |
公式URL | https://chromewebstore.google.com/detail/upwork-cover-letter-autof/pdmiiebdfacahdoociaoppkhffhgoagf |
説明 | Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template. |
ファイルサイズ | 670 KB |
インストール数 | 660 |
現在のバージョン | 1.5 |
最終更新日 | 2023-01-19 |
公開日 | 2022-05-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Fabien MICHEL |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upwork Cover Letter Autofiller", "version": "1.5", "manifest_version": 3, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/www.upwork.com\/*" ], "js": [ "contentbundle.js" ] } ], "description": "Autofill Upwork Cover Letter. For Freelancers. Define your own cover letter template.", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/www.upwork.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "popupbundle.js", "discord_icon.png" ], "matches": [ " |