Pratik Modül
e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir.
Pratik Modülとは何ですか?
Pratik Modülはhttps://pratikyazilim.comによって開発されたChromeの拡張機能で、その主な機能は「e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir.」です。
拡張機能のスクリーンショット
Pratik Modül拡張機能のCRXファイルをダウンロード
Pratik Modül拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pratik Modül eklentisini tarayıcınıza kurduğunuzda e-Mükellef yazılımı panel bilgilerinizi bir defaya mahsus yazıp bundan sonra tarayıcı üzerinden tek tuşla e-Mükellef panelinize ulaşabilir ve e-Mükellef yazılımı panelindeki kısa yol linklerine Google Chrome tarayıcısı üzerinden kolayca giriş sağlayabilirsiniz.
拡張機能の基本情報
名前 | Pratik Modül |
ID | pliinlgkmncfmfifeepmhlbpklanflpd |
公式URL | https://chromewebstore.google.com/detail/pratik-mod%C3%BCl/pliinlgkmncfmfifeepmhlbpklanflpd |
説明 | e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir. |
ファイルサイズ | 1.55 MB |
インストール数 | 6,826 |
現在のバージョン | 1.1.1 |
最終更新日 | 2022-05-05 |
公開日 | 2020-06-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://pratikyazilim.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pratikyazilim.com |
プライバシーポリシーページのURL | https://www.emukellef.com.tr/gizlilik-politikasi |
対応言語 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pratik Mod\u00fcl", "description": "e-M\u00fckellef yaz\u0131l\u0131m\u0131n\u0131 kullanan SMMM'ler (Serbest Muhasebeci Mali M\u00fc\u015favir) i\u00e7in haz\u0131rlanm\u0131\u015f taray\u0131c\u0131 eklentisidir.", "version": "1.1.1", "manifest_version": 2, "icons": { "16": "icons\/icon-16x16.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "browser_action": { "default_title": "Pratik Mod\u00fcl" }, "background": { "scripts": [ "www\/js\/bex-background.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/emukellef*" ], "js": [ "www\/js\/bex-content-script.js", "js\/content-script.js" ], "css": [ "css\/content-css.css" ] } ], "permissions": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/*.gib.gov.tr\/*", "https:\/\/*.sgk.gov.tr\/*", "https:\/\/*.efatura.gov.tr\/*", "webNavigation" ], "web_accessible_resources": [ "www\/*", "js\/*", "css\/*", "https:\/\/*\/emukellef\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.pratikyazilim.com; object-src 'self' https:\/\/cdn.pratikyazilim.com;" } |