IRS Get Payment FIX

Forces address field into correct IRS format.

IRS Get Payment FIX là gì?

IRS Get Payment FIX là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Forces address field into correct IRS format.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IRS Get Payment FIX

Tải xuống các tệp mở rộng IRS Get Payment FIX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IRS Get Payment FIX IRS Get Payment FIX
ID mmdnlhhjhmeiclekefngfogiipkiggao
URL Chính Thức https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao
Mô tả Forces address field into correct IRS format.
Kích Thước Tệp 30.78 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-28
Ngày Phát Hành 2020-04-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}