IRS Solutions Sidekick

Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.

¿Qué es IRS Solutions Sidekick?

IRS Solutions Sidekick es una extensión de Chrome desarrollada por https://www.irssolutions.com, y su función principal es "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión IRS Solutions Sidekick

Descarga archivos de extensión IRS Solutions Sidekick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Allows registered users of IRS Solutions Software to download IRS transcripts from IRS e-Services for the taxpayers that they have a power of attorney or tax information authorization on file with the IRS. After logging in with the IRS you are authorizing IRS Solutions to download and store tax transcripts on your behalf.                    

Información Básica de la Extensión

Nombre IRS Solutions Sidekick IRS Solutions Sidekick
ID ioefmliakicaimefdncdjonjjkidlgmn
URL Oficial https://chromewebstore.google.com/detail/irs-solutions-sidekick/ioefmliakicaimefdncdjonjjkidlgmn
Descripción Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.
Tamaño del Archivo 9.61 KB
Cantidad de Instalaciones 1,278
Versión Actual 1.3.0
Última Actualización 2022-07-21
Fecha de Publicación 2022-07-21
Desarrollador https://www.irssolutions.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.irssolutions.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRS Solutions Sidekick",
    "short_name": "IRSSolutions",
    "version": "1.3.0",
    "description": "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.",
    "icons": {
        "16": "icon_32.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "manifest_version": 3
}