E-Mükellef Toolbar

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

Apa itu E-Mükellef Toolbar?

E-Mükellef Toolbar adalah ekstensi Chrome yang dikembangkan oleh emukellef.com.tr, dan fitur utamanya adalah "Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi E-Mükellef Toolbar

Unduh file ekstensi E-Mükellef Toolbar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama E-Mükellef Toolbar E-Mükellef Toolbar
ID fpjmalheeikilmmhlhjmgopcmplhbbla
URL Resmi https://chromewebstore.google.com/detail/e-m%C3%BCkellef-toolbar/fpjmalheeikilmmhlhjmgopcmplhbbla
Deskripsi Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.
Ukuran File 303 KB
Jumlah Instalasi 7,285
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2024-02-06
Tanggal Publikasi 2020-01-28
Penilaian 5.00/5 Total 4 Penilaian
Pengembang emukellef.com.tr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.emukellef.com.tr
URL Halaman Bantuan https://www.emukellef.com.tr/destek
URL Halaman Kebijakan Privasi https://www.emukellef.com.tr/gizlilik-politikasi
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}