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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pratik Modül 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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;"
}