TollSentryLogin

TollSentryLogin

Автоматический клик на кнопку 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": "TollSentryLogin",
  "short_name": "TollSentryLogin",
  "description": "Автоматический клик на кнопку Login на сайте sentry, jhub.skbkontur",
  "version": "1.0.9",
  "permissions": [
    "tabs",
    "https://billy-sentry.skbkontur.ru/",
    "https://billy-sentry.testkontur.ru/",
    "https://jhub.skbkontur.ru/",
    "https://sentry.skbkontur.ru/"
  ],
  "browser_action": {
    "default_title": "AutoLoginSentry",
    "default_icon": "chrome.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon48_2.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "file:///*"
      ],
      "js": [
        "jquery.js"
      ]
    }
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}