E-Mükellef Toolbar

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

Cos'è E-Mükellef Toolbar?

E-Mükellef Toolbar è un'estensione di Chrome sviluppata da emukellef.com.tr, e la sua funzione principale è "Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione E-Mükellef Toolbar

Scarica i file di estensione E-Mükellef Toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome E-Mükellef Toolbar E-Mükellef Toolbar
ID fpjmalheeikilmmhlhjmgopcmplhbbla
URL Ufficiale https://chromewebstore.google.com/detail/e-m%C3%BCkellef-toolbar/fpjmalheeikilmmhlhjmgopcmplhbbla
Descrizione Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.
Dimensione del File 303 KB
Conteggio Installazioni 7,285
Versione Corrente 1.0.2
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2020-01-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore emukellef.com.tr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.emukellef.com.tr
URL della Pagina di Aiuto https://www.emukellef.com.tr/destek
URL della Pagina della Politica sulla Privacy https://www.emukellef.com.tr/gizlilik-politikasi
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}