IRS Solutions Sidekick

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

IRS Solutions Sidekick란 무엇입니까?

IRS Solutions Sidekick은(는) https://www.irssolutions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services."입니다.

확장 프로그램 스크린샷

screenshot

IRS Solutions Sidekick 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 IRS Solutions Sidekick IRS Solutions Sidekick
ID ioefmliakicaimefdncdjonjjkidlgmn
공식 URL https://chromewebstore.google.com/detail/irs-solutions-sidekick/ioefmliakicaimefdncdjonjjkidlgmn
설명 Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.
파일 크기 9.61 KB
설치 횟수 1,278
현재 버전 1.3.0
최근 업데이트 2022-07-21
출시 날짜 2022-07-21
개발자 https://www.irssolutions.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.irssolutions.com/privacy-policy
지원되는 언어 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
}