E-Mükellef Toolbar

Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.

What is E-Mükellef Toolbar?

E-Mükellef Toolbar is a Chrome extension developed by emukellef.com.tr, and its main feature is "Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.".

Extension Screenshots

screenshot

Download E-Mükellef Toolbar Extension CRX File

Download E-Mükellef Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Türkiye'nin ilk online mükellef sistemi E-Mükellef yazılımının kolay kullanılması için yapılmış Google Chrome eklentisidir.

Ayrıntılı bilgi için resmi web sitemizi ziyaret edebilirsiniz: www.emukellef.com.tr                    

Extension Basic Information

Name E-Mükellef Toolbar E-Mükellef Toolbar
ID fpjmalheeikilmmhlhjmgopcmplhbbla
Official URL https://chromewebstore.google.com/detail/e-m%C3%BCkellef-toolbar/fpjmalheeikilmmhlhjmgopcmplhbbla
Description Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.
File Size 303 KB
Installation Count 7,285
Current Version 1.0.2
Last Updated 2024-02-06
Publish Date 2020-01-28
Rating 5.00/5 Total 4 Ratings
Developer emukellef.com.tr
Email [email protected]
Payment Type free
Extension Website https://www.emukellef.com.tr
Help Page URL https://www.emukellef.com.tr/destek
Privacy Policy Page URL https://www.emukellef.com.tr/gizlilik-politikasi
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E-M\u00fckellef Toolbar",
    "description": "M\u00fckellef ve Muhasebecilerin muhasebe b\u00fcrosunda kulland\u0131\u011f\u0131 e-M\u00fckellef yaz\u0131l\u0131m\u0131 i\u00e7in yap\u0131lm\u0131\u015f chrome eklentisidir.",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "E-M\u00fckellef Toolbar",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}