E-Mükellef Toolbar

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

E-Mükellef Toolbarとは何ですか?

E-Mükellef Toolbarはemukellef.com.trによって開発されたChromeの拡張機能で、その主な機能は「Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.」です。

拡張機能のスクリーンショット

screenshot

E-Mükellef Toolbar拡張機能のCRXファイルをダウンロード

E-Mükellef Toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 E-Mükellef Toolbar E-Mükellef Toolbar
ID fpjmalheeikilmmhlhjmgopcmplhbbla
公式URL https://chromewebstore.google.com/detail/e-m%C3%BCkellef-toolbar/fpjmalheeikilmmhlhjmgopcmplhbbla
説明 Mükellef ve Muhasebecilerin muhasebe bürosunda kullandığı e-Mükellef yazılımı için yapılmış chrome eklentisidir.
ファイルサイズ 303 KB
インストール数 7,285
現在のバージョン 1.0.2
最終更新日 2024-02-06
公開日 2020-01-28
評価 5.00/5 合計 4 レビュー
開発者 emukellef.com.tr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.emukellef.com.tr
ヘルプページのURL https://www.emukellef.com.tr/destek
プライバシーポリシーページのURL https://www.emukellef.com.tr/gizlilik-politikasi
対応言語 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}