Pratik Modül

Pratik Modül

e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pratik Modül",
  "description": "e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir.",
  "version": "1.1.1",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon-16x16.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "browser_action": {
    "default_title": "Pratik Modül"
  },
  "background": {
    "scripts": [
      "www/js/bex-background.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/emukellef*"
      ],
      "js": [
        "www/js/bex-content-script.js",
        "js/content-script.js"
      ],
      "css": [
        "css/content-css.css"
      ]
    }
  ],
  "permissions": [
    "https://web.whatsapp.com/*",
    "https://*.gib.gov.tr/*",
    "https://*.sgk.gov.tr/*",
    "https://*.efatura.gov.tr/*",
    "webNavigation"
  ],
  "web_accessible_resources": [
    "www/*",
    "js/*",
    "css/*",
    "https://*/emukellef/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdn.pratikyazilim.com; object-src 'self' https://cdn.pratikyazilim.com;"
}