Inchwormdata - LinkedIn Automation Tool

Inchwormdata - LinkedIn Automation Tool

Social Media Automation 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": "Inchwormdata - LinkedIn Automation Tool",
  "version": "2.0.0.2",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/sales/search*",
        "*://www.linkedin.com/sales/lead*",
        "*://www.linkedin.com/sales/people*",
        "*://www.linkedin.com/sales/company*",
        "*://www.linkedin.com/analytics/profile-views*"
      ],
      "js": [
        "js/jquery.min.js",
        "simulate/bililiteRange.js",
        "simulate/jquery.sendkeys.js",
        "js/helper.js",
        "js/parse-names.js",
        "database/dexie.js",
        "database/database.js",
        "database/indexeddb-export-import/index.js",
        "js/export-to-csv.js",
        "datatables/datatables.min.js",
        "datatables/input.js",
        "js/license.js",
        "js/runS.js",
        "bootstrap/js/bootstrap.min.js",
        "bootstrap/js/validator.min.js",
        "js/download.min.js",
        "js/jszip.min.js",
        "js/file-saver.min.js"
      ],
      "css": [
        "css/custom.css",
        "bootstrap/css/bootstrap.min.css",
        "datatables/datatables.min.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.linkedin.com/analytics/profile-views*"
      ],
      "js": [
        "js/profile-views-network.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.html",
        "images/*.png",
        "js/details-contentscripts-injected-script.js",
        "js/injected-script-profile-views.js",
        "bootstrap/fonts/glyphicons-halflings-regular.eot",
        "bootstrap/fonts/glyphicons-halflings-regular.svg",
        "bootstrap/fonts/glyphicons-halflings-regular.ttf",
        "bootstrap/fonts/glyphicons-halflings-regular.woff",
        "bootstrap/fonts/glyphicons-halflings-regular.woff2"
      ],
      "matches": [
        "*://www.linkedin.com/*"
      ],
      "extension_ids": []
    }
  ],
  "action": {
    "default_title": "Inchworm",
    "default_icon": "images/logo.png"
  },
  "icons": {
    "128": "images/logo128.png"
  },
  "host_permissions": [
    "https://www.linkedin.com/*",
    "https://www.googleapis.com/",
    "https://www.yesdata.io/*"
  ],
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "unlimitedStorage",
    "downloads",
    "scripting"
  ],
  "oauth2": {
    "client_id": "311459721991-jgtv2kh6mj955s4i814902vcknq5eiee.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "description": "Social Media Automation Tool"
}