e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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.3",
"manifest_version": 3,
"icons": {
"16": "icons/icon-16x16.png",
"48": "icons/icon-48x48.png",
"128": "icons/icon-128x128.png"
},
"background": {
"service_worker": "js/background.js",
"type": "module"
},
"action": {
"default_title": "Pratik Modül"
},
"content_scripts": [],
"permissions": [
"webNavigation",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"https://web.whatsapp.com/*",
"https://*.gib.gov.tr/*",
"https://*.sgk.gov.tr/*",
"https://*.efatura.gov.tr/*"
],
"web_accessible_resources": [
{
"resources": [
"www/*",
"js/*",
"css/*",
"js/background.js",
"www/index.html",
"https://*/emukellef/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
}
}