ChatGPT to Notion

ChatGPT to Notion

Save your discussions with ChatGPT directly into Notion!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.9.4",
  "author": "Théo Lartigau",
  "name": "ChatGPT to Notion",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://theo-lartigau.notion.site/ChatGPT-to-Notion-af29d9538dca4493a15bb4ed0fde7f91*"
      ],
      "js": [
        "auth.075e4944.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "autoSave.b328673b.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "fetchFullPage.4d269ce4.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "redirectcheck.47c5d925.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "ecomodeCTA.81f402de.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "popup.c8d8412b.js"
      ],
      "css": [
        "popup.14997f38.css"
      ]
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "pin.7e976ab9.js"
      ],
      "css": [
        "popup.14997f38.css"
      ]
    }
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icon.png",
        "assets/illustration.png",
        "assets/merchants.json"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "ecomodeCTA.68f3c9b8.png",
        "ecomodeCTA.e64138f1.css"
      ]
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "ecomodeCTA.68f3c9b8.png",
        "ecomodeCTA.e64138f1.css",
        "popup.fb6abde7.png",
        "popup.456add5f.png",
        "popup.62aefb70.png"
      ]
    }
  ],
  "host_permissions": [
    "https://api.notion.com/*",
    "https://chatgpt-to-notion.onrender.com/*",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "optional_permissions": [
    "alarms"
  ]
}