IRS Get Payment FIX

Forces address field into correct IRS format.

Cos'è IRS Get Payment FIX?

IRS Get Payment FIX è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Forces address field into correct IRS format.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IRS Get Payment FIX

Scarica i file di estensione IRS Get Payment FIX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IRS Get Payment FIX IRS Get Payment FIX
ID mmdnlhhjhmeiclekefngfogiipkiggao
URL Ufficiale https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao
Descrizione Forces address field into correct IRS format.
Dimensione del File 30.78 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2020-04-28
Data di Pubblicazione 2020-04-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}