IRS Get Payment FIX

Forces address field into correct IRS format.

Vad är IRS Get Payment FIX?

IRS Get Payment FIX är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Forces address field into correct IRS format.".

Tilläggsskärmbilder

screenshot

Ladda ner IRS Get Payment FIX-förlängningens CRX-fil

Ladda ner IRS Get Payment FIX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn IRS Get Payment FIX IRS Get Payment FIX
ID mmdnlhhjhmeiclekefngfogiipkiggao
Officiell webbadress https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao
Beskrivning Forces address field into correct IRS format.
Filstorlek 30.78 KB
Antal Installationer 17
Aktuell Version 1.0
Senast Uppdaterad 2020-04-28
Publiceringsdatum 2020-04-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    }
}