Alfa Usability Recorder

Alfa Usability Recorder

Инструмент для юзабилити-тестирования (Альфа-Банк)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "includes/content.js"
      ]
    }
  ],
  "name": "Alfa Usability Recorder",
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "res/*"
  ],
  "description": "Инструмент для юзабилити-тестирования (Альфа-Банк)",
  "background": {
    "page": "background.html"
  },
  "homepage_url": "https://alfabank.ru/",
  "version": "0.9.5",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "webNavigation",
    "http://usability.alfabank.ru/"
  ]
}