Chat with Desksense AI Powered by GPT4

Chat with Desksense AI Powered by GPT4

The Ultimate AI Assistant with GPT-4 powered responses. Answer any queries, summarize articles, create emails, content & AI images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.11",
  "manifest_version": 3,
  "name": "Chat with Desksense AI Powered by GPT4",
  "short_name": "DesksenseAI",
  "description": "The Ultimate AI Assistant with GPT-4 powered responses. Answer any queries, summarize articles, create emails, content & AI images.",
  "icons": {
    "16": "img/icons/16.png",
    "24": "img/icons/24.png",
    "32": "img/icons/32.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "action": {
    "default_icon": {
      "16": "img/icons/16.png",
      "24": "img/icons/24.png",
      "32": "img/icons/32.png"
    },
    "default_title": "Desksense"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "css": [
        "amsify.suggestags.css",
        "inject.css"
      ],
      "js": [
        "lib/jquery-3.3.1.min.js",
        "lib/jquery.amsify.suggestags.js",
        "inject.js"
      ]
    }
  ],
  "commands": {
    "toggle_desksense": {
      "description": "Run Desksense on the current page.",
      "suggested_key": {
        "default": "Ctrl+I",
        "mac": "Command+I",
        "windows": "Ctrl+I",
        "linux": "Ctrl+I",
        "chromeos": "Ctrl+I"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "popup.*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://desksense.com/*"
  ]
}