Web Ease AI: All-in-One AI Assistant Edge

Examine source code of Web Ease AI: All-in-One AI Assistant

Inspect and view changes in Web Ease AI: All-in-One AI Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.e21d245f.png",
    "32": "icon32.plasmo.8f91456a.png",
    "48": "icon48.plasmo.7a3aedc3.png",
    "64": "icon64.plasmo.d7183597.png",
    "128": "icon128.plasmo.5d6429ff.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e21d245f.png",
      "32": "icon32.plasmo.8f91456a.png",
      "48": "icon48.plasmo.7a3aedc3.png",
      "64": "icon64.plasmo.d7183597.png",
      "128": "icon128.plasmo.5d6429ff.png"
    }
  },
  "version": "0.0.24",
  "author": "support@nemati.ai",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "contextMenus",
    "identity",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "listeners.bef86899.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*"
      ],
      "js": [
        "ai-post.80c51333.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://mail.google.com/mail/*",
        "https://outlook.live.com/mail/*"
      ],
      "js": [
        "ai-reply-popup.00d04789.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://mail.google.com/mail/*",
        "https://outlook.live.com/mail/*"
      ],
      "js": [
        "ai-reply.4a1c267b.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "context-menu-popup.a5c787b4.js"
      ],
      "css": [
        "context-menu-popup.f0143fb1.css"
      ]
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "github-repo.301ae2f0.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://claude.ai/*"
      ],
      "js": [
        "compare-model.265053ee.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "code-assist.4398a365.js"
      ],
      "exclude_matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "link-preview.5fab98d4.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "image-tools.805b804c.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "reddit-thread.14833753.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "nerd-icon.27c7b6ba.js"
      ],
      "css": [
        "context-menu-popup.f0143fb1.css"
      ]
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/app/*",
        "https://claude.ai/*"
      ],
      "js": [
        "ai-chat-assist.7eff780a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "input-assist.28506141.js"
      ],
      "exclude_matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*",
        "https://mail.google.com/mail/*",
        "https://outlook.live.com/mail/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://claude.ai/*",
        "https://www.google.com/search*"
      ],
      "css": [
        "context-menu-popup.f0143fb1.css"
      ]
    },
    {
      "matches": [
        "https://stackoverflow.com/questions/*"
      ],
      "js": [
        "stackoverflow-question.d949c0f9.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.linkedin.com/*",
        "https://x.com/*",
        "https://www.facebook.com/*",
        "https://facebook.com/*"
      ],
      "js": [
        "social-medias-ai-reply.b9bf1538.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "search-assist.8caee747.js"
      ],
      "css": [
        "context-menu-popup.f0143fb1.css"
      ]
    },
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "youtube-video.d8a0ecb1.js"
      ],
      "css": []
    }
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/audios/*.wav"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "https://google.com/*",
    "https://pagead2.googlesyndication.com",
    "https://*/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Y",
        "mac": "Command+Y"
      },
      "description": "Open extension"
    },
    "open_nemati_ai_web": {
      "suggested_key": {
        "default": "Ctrl+B",
        "mac": "Command+B"
      },
      "description": "Open Nemati AI website"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best Web Ease AI: All-in-One AI Assistant Alternatives

Here are some Edge add-ons that are similar to Web Ease AI: All-in-One AI Assistant: