IRS Get Payment FIX

Forces address field into correct IRS format.

ما هو IRS Get Payment FIX؟

IRS Get Payment FIX هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Forces address field into correct IRS format.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IRS Get Payment FIX

قم بتنزيل ملفات الامتداد IRS Get Payment FIX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This tool will verify that your address field is formatted correctly prior to submission. It does not guarantee that you will not get "Payment Status Not Available", but it does increase your chances of getting through.                    

معلومات أساسية عن التمديد

الاسم IRS Get Payment FIX IRS Get Payment FIX
ID mmdnlhhjhmeiclekefngfogiipkiggao
عنوان URL الرسمي https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao
الوصف Forces address field into correct IRS format.
حجم الملف 30.78 KB
عدد التثبيتات 17
النسخة الحالية 1.0
آخر تحديث 2020-04-28
تاريخ النشر 2020-04-28
تقييم 5.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRS Get Payment FIX",
    "version": "1.0",
    "description": "Forces address field into correct IRS format.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sa.www4.irs.gov\/irfof-wmsp\/login"
            ],
            "js": [
                "testscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "wrench.jpg"
    },
    "icons": {
        "128": "favicon.jpg"
    }
}