Sambot - AI assistant for predictions

Sambot - AI assistant for predictions

Machine learning (automl) assistant that does some analysis and predictions automatically.Eg. Sales, Stock, Ads, Users predictions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Machine learning (automl) assistant that does some analysis and predictions automatically.Eg. Sales, Stock, Ads, Users predictions",
  "version": "1.0.2",
  "manifest_version": 3,
  "name": "Sambot - AI assistant for predictions",
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_icon": "icons/icon-48.png"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "declarativeContent"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": []
    }
  ]
}