TollKntr

TollKntr

Автоматический клик на кнопку Login на сайте sentry, jhub.skbkontur и другое

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TollKntr",
  "short_name": "TollKntr",
  "description": "Автоматический клик на кнопку Login на сайте sentry, jhub.skbkontur и другое",
  "version": "1.1.10",
  "action": {
    "default_title": "TollKntr",
    "default_icon": "icons/chrome.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon48_2.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://billy-sentry.skbkontur.ru/auth/login/*",
        "*://billy-sentry.testkontur.ru/auth/login/*",
        "*://sentry.skbkontur.ru/auth/login/*",
        "*://jhub.skbkontur.ru/hub/auth/login*",
        "*://yt-elba.skbkontur.ru/hub/hub/auth/login*",
        "*://sentry.kontur.host/*"
      ],
      "js": [
        "jquery.js",
        "constants.js",
        "background.js",
        "triggerLogin.js"
      ]
    },
    {
      "matches": [
        "*://*.skbkontur.ru/*",
        "*://*.kontur.ru/*",
        "*://*.testkontur.ru/*",
        "*://*.kontur.host/*"
      ],
      "js": [
        "jquery.js",
        "constants.js",
        "background.js",
        "triggerHelper.js",
        "triggerDateTime.js",
        "triggerRandomGenerator.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "manifest_version": 3
}