IRS Solutions Sidekick

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

O que é IRS Solutions Sidekick?

IRS Solutions Sidekick é uma extensão do Chrome desenvolvida por https://www.irssolutions.com, e sua principal característica é "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IRS Solutions Sidekick

Baixe arquivos de extensão IRS Solutions Sidekick no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome IRS Solutions Sidekick IRS Solutions Sidekick
ID ioefmliakicaimefdncdjonjjkidlgmn
URL Oficial https://chromewebstore.google.com/detail/irs-solutions-sidekick/ioefmliakicaimefdncdjonjjkidlgmn
Descrição Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.
Tamanho do Arquivo 9.61 KB
Contagem de Instalações 1,278
Versão Atual 1.3.0
Última Atualização 2022-07-21
Data de Publicação 2022-07-21
Desenvolvedor https://www.irssolutions.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.irssolutions.com/privacy-policy
Idiomas Suportados 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
}