Talk to Customer

Talk to Customer

Extract cookie from LinkedIn account for talktocustomer.ai

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/background.js",
      "/js/const.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "img/icon128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "/js/main.js",
        "/js/const.js"
      ],
      "matches": [
        "*://*.talktocustomer.ai/*",
        "*://talktocustomer.ai/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Extract cookie from LinkedIn account for talktocustomer.ai",
  "homepage_url": "https://talktocustomer.ai/",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "512": "img/icon512.png"
  },
  "manifest_version": 2,
  "name": "Talk to Customer",
  "permissions": [
    "cookies",
    "*://*.talktocustomer.ai/*",
    "*://talktocustomer.ai/*",
    "*://*.linkedin.com/*"
  ],
  "version": "0.3.1"
}