IRS Get Payment FIX

Forces address field into correct IRS format.

什么是IRS Get Payment FIX?

IRS Get Payment FIX是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Forces address field into correct IRS format.”。

扩展截图

screenshot

下载IRS Get Payment FIX扩展crx文件

下载IRS Get Payment FIX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}