Fiind AI Signals & Insights

Fiind AI Signals & Insights

Hello, I am Fiind AI and I work with you to find the most relevant insights, that can take your business to the next level.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fiind AI Signals & Insights",
  "description": "Hello, I am Fiind AI and I work with you to find the most relevant insights, that can take your business to the next level.",
  "version": "1.0.0.11",
  "browser_action": {
    "default_icon": "images//logo_fiind.png"
  },
  "options_page": "popup.html",
  "permissions": [
    "activeTab",
    "tabs",
    "http://127.0.0.1:3467/",
    "https://ssci_service.fiindlabs.com:3344/",
    "http://localhost/",
    "https://mspartner.fiind.io/",
    "https://ssci.fiind.io/",
    "https://mspartner.fiind.ai/",
    "https://mspartner-dev.fiind.ai/",
    "https://platform.twitter.com/"
  ],
  "content_scripts": [
    {
      "js": [
        "popup.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "js//background.js"
    ]
  },
  "web_accessible_resources": [
    "popup.html",
    "js//jquery-3.2.1.min.js",
    "js//angular.min.js",
    "js//app.js",
    "popup.js",
    "js//background.js",
    "js//loadunload.js"
  ],
  "content_security_policy": "script-src 'self' https://platform.twitter.com https://cdn.syndication.twimg.com https://ajax.googleapis.com/; object-src 'self'"
}