GPT Sales Assistant

GPT Sales Assistant

Streamline Your Sales With ChatGPT.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "gpticon16.png",
      "32": "gpticon32.png",
      "48": "gpticon48.png",
      "64": "gpticon64.png",
      "128": "gpticon128.png"
    },
    "default_popup": "popup.html"
  },
  "author": "GPT Sales Assistant",
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "css": [],
      "js": [
        "writer.fd84a220.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Streamline Your Sales With ChatGPT.",
  "host_permissions": [
    "https://*.openai.com/"
  ],
  "icons": {
    "16": "gpticon16.png",
    "32": "gpticon32.png",
    "48": "gpticon48.png",
    "64": "gpticon64.png",
    "128": "gpticon128.png"
  },
  "manifest_version": 3,
  "name": "GPT Sales Assistant",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3"
}