IRS Solutions Sidekick
Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.
What is IRS Solutions Sidekick?
IRS Solutions Sidekick is a Chrome extension developed by https://www.irssolutions.com, and its main feature is "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.".
Extension Screenshots
Download IRS Solutions Sidekick Extension CRX File
Download IRS Solutions Sidekick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | IRS Solutions Sidekick |
ID | ioefmliakicaimefdncdjonjjkidlgmn |
Official URL | https://chromewebstore.google.com/detail/irs-solutions-sidekick/ioefmliakicaimefdncdjonjjkidlgmn |
Description | Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services. |
File Size | 9.61 KB |
Installation Count | 1,278 |
Current Version | 1.3.0 |
Last Updated | 2022-07-21 |
Publish Date | 2022-07-21 |
Developer | https://www.irssolutions.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.irssolutions.com/privacy-policy |
Supported Languages | 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 } |