Goodkey

Goodkey

Инструмент для профессионалов и новичков, ведущих рекламные кампании в Директ Яндекс.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Goodkey",
  "default_locale": "en",
  "description": "Инструмент для профессионалов и новичков, ведущих рекламные кампании в Директ Яндекс.",
  "version": "1.1.172",
  "manifest_version": 3,
  "icons": {
    "64": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_title": "Goodkey",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/tips_load_basis.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "http://mcc.r-broker.ru:3000/",
    "http://mcc-r1.in-fo.ru/wordstatApi/getData",
    "https://selenium.in-fo.ru/wordstatApi/getData",
    "http://mcc-r1.in-fo.ru/wordstatApi/getSemanticCore",
    "https://selenium.in-fo.ru/wordstatApi/getSemanticCore",
    "http://mcc-r1.in-fo.ru/wordstatApi/GetWordsForms",
    "https://selenium.in-fo.ru/wordstatApi/GetWordsForms",
    "https://selenium.in-fo.ru/wordstatApi/StartFindWordsInDomain",
    "https://selenium.in-fo.ru/wordstatApi/StopFindWordsInDomain",
    "https://selenium.in-fo.ru/wordstatApi/StatusFindWordsInDomain",
    "http://mcc-r1.in-fo.ru/wordstatApi/StartFindWordsInDomain",
    "http://mcc-r1.in-fo.ru/wordstatApi/StopFindWordsInDomain",
    "http://mcc-r1.in-fo.ru/wordstatApi/StatusFindWordsInDomain",
    "http://mcc-r1.in-fo.ru/wordstatApi/markedCall",
    "https://mcc.r-broker.ru/instruments/gkRedactor/checkPluginUrl",
    "http://future.r-broker.ru/instruments/gkRedactor/checkPluginUrl",
    "https://goodkey.online/instruments/gkRedactor/checkPluginUrl",
    "https://mcc.r-broker.ru/instruments/gkRedactor/getUserDetails",
    "http://future.r-broker.ru/instruments/gkRedactor/getUserDetails",
    "https://goodkey.online/instruments/gkRedactor/getUserDetails",
    "https://mcc.r-broker.ru/instruments/gkRedactor/startReportFromPlugin",
    "http://future.r-broker.ru/instruments/gkRedactor/startReportFromPlugin",
    "https://goodkey.online/instruments/gkRedactor/startReportFromPlugin"
  ]
}