Ask a marketer | chatGPT for marketing

Ask a marketer | chatGPT for marketing

MTYSK's ask a marketer is an Ai tool for marketing, from writing tweets, to providing strategy, its a partner for all things growth.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ask a marketer | chatGPT for marketing",
  "description": "MTYSK's ask a marketer is an Ai tool for marketing, from writing tweets, to providing strategy, its a partner for all things growth.",
  "version": "1.3",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "bookmarks",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "getPagesSource.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://mtysk.wiki/extension/*"
    ]
  }
}