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