Prospecting and Leadgeneration tool

Prospecting and Leadgeneration tool

All-in-one Website technologies and prospecting tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prospecting and Leadgeneration tool",
  "description": "All-in-one Website technologies and prospecting tool",
  "version": "0.1.18",
  "background": {
    "service_worker": "sw.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "history.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jquery.min.js",
        "gtmetrix.js"
      ],
      "matches": [
        "https://gtmetrix.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jquery.min.js",
        "seobility.js"
      ],
      "matches": [
        "https://www.seobility.net/*/seocheck/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jquery.min.js",
        "slybroadcast.js"
      ],
      "matches": [
        "https://www.slybroadcast.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jquery.min.js",
        "google_lead.js"
      ],
      "matches": [
        "https://www.google.com/search*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jquery.min.js",
        "bing_lead.js"
      ],
      "matches": [
        "https://www.bing.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jquery.min.js",
        "link.js"
      ],
      "matches": [
        "https://app.writecream.com/linkedi*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "jquery.min.js",
        "keyword.js"
      ],
      "matches": [
        "https://rt.nextnetmedia.com/thehoth-k*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "jquery.min.js",
        "handwrite.js"
      ],
      "matches": [
        "https://app.handwrite.io/send/manua*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "jquery.min.js",
        "gmail.js"
      ],
      "css": [
        "gmail.css"
      ],
      "matches": [
        "https://mail.google.com/mail*"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/logo-16x16.png",
    "32": "images/logo-32x32.png",
    "64": "images/logo-64x64.png"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}