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.
Qu'est-ce que Pratik Modül ?
Pratik Modül est une extension Chrome développée par https://pratikyazilim.com, et sa fonction principale est "e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pratik Modül
Téléchargez les fichiers d'extension Pratik Modül au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pratik Modül |
ID | pliinlgkmncfmfifeepmhlbpklanflpd |
URL Officiel | https://chromewebstore.google.com/detail/pratik-mod%C3%BCl/pliinlgkmncfmfifeepmhlbpklanflpd |
Description | e-Mükellef yazılımını kullanan SMMM'ler (Serbest Muhasebeci Mali Müşavir) için hazırlanmış tarayıcı eklentisidir. |
Taille du Fichier | 1.55 MB |
Nombre d'Installations | 6,826 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2022-05-05 |
Date de Publication | 2020-06-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://pratikyazilim.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.pratikyazilim.com |
URL de la Page de Politique de Confidentialité | https://www.emukellef.com.tr/gizlilik-politikasi |
Langues Prises en Charge | 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;" } |