E-Mükellef Toolbar

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

O que é E-Mükellef Toolbar?

E-Mükellef Toolbar é uma extensão do Chrome desenvolvida por emukellef.com.tr, e sua principal característica é "Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão E-Mükellef Toolbar

Baixe arquivos de extensão E-Mükellef Toolbar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome E-Mükellef Toolbar E-Mükellef Toolbar
ID fpjmalheeikilmmhlhjmgopcmplhbbla
URL Oficial https://chromewebstore.google.com/detail/e-m%C3%BCkellef-toolbar/fpjmalheeikilmmhlhjmgopcmplhbbla
Descrição Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.
Tamanho do Arquivo 303 KB
Contagem de Instalações 7,285
Versão Atual 1.0.2
Última Atualização 2024-02-06
Data de Publicação 2020-01-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor emukellef.com.tr
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.emukellef.com.tr
URL da Página de Ajuda https://www.emukellef.com.tr/destek
URL da Página de Política de Privacidade https://www.emukellef.com.tr/gizlilik-politikasi
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}