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.”。
擴展截圖
下載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 |
ID | mmdnlhhjhmeiclekefngfogiipkiggao |
官方網址 | 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" } } |