Inter-KEP İmzalama Uygulaması

Inter-KEP İmzalama Uygulaması

Inter-KEP İmzalama Uygulaması

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "allFrames": true,
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "allFrames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.inter-kep.com.tr/Portal/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.inter-kep.com.tr/Portal/WebMail/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.inter-kep.com.tr/Application/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Inter-KEP İmzalama Uygulaması",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0mqeqmHsz6o6vDOEyqkKBWZf26Q+Ymgjvhs0k/xQhcP7feKC3jXg5rBu8Z9/u2ZT9s7zpsUVkxp0a5Lw4kadazDfX7AwGYr4uxsKzc5y29UHHa8kpBkCkhJU1Z1ZNcrfy+N79zi8ApdIw4UATIFJYKehf5H9nOdylrff/WLcN49LKE6pqD829S3Dtk4Va1Wn7S4OLXaI0VqD+oZoDb5JNp207O8rJ4OQE10xP5SXSbIbD8kNQcvmFAqjy/qv3Wwt+EGwL+YtvHPpLylk412a3pnEMW1U+ueuf9uynutabnMQAU2JH/9bGGqk63r1FMdiJyGtAnd899BwnZRAFl/tawIDAQAB",
  "manifest_version": 2,
  "name": "Inter-KEP İmzalama Uygulaması",
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.8"
}