Cover Letter Generator

Cover Letter Generator

A pluggin to generate a customized cover letter using chatGPT/Copy.ai/Bard and other AI tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cover Letter Generator",
  "version": "2.1",
  "manifest_version": 3,
  "description": "A pluggin to generate a customized cover letter using chatGPT/Copy.ai/Bard and other AI tools",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "<all_urls>"
  ]
}