Marketplace Calculator

Calculate marketplace ACA health insurance plans quickly with this free calculator.

Marketplace Calculator란 무엇입니까?

Marketplace Calculator은(는) Textdrip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate marketplace ACA health insurance plans quickly with this free calculator."입니다.

확장 프로그램 스크린샷

screenshot

Marketplace Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Calculate marketplace ACA health insurance plans quickly with this free calculator.                    

확장 프로그램 기본 정보

이름 Marketplace Calculator Marketplace Calculator
ID fbfigangchgegnenaclhgfofonaednac
공식 URL https://chromewebstore.google.com/detail/marketplace-calculator/fbfigangchgegnenaclhgfofonaednac
설명 Calculate marketplace ACA health insurance plans quickly with this free calculator.
파일 크기 84.07 KB
설치 횟수 141
현재 버전 2.1
최근 업데이트 2023-06-05
출시 날짜 2020-12-25
평점 5.00/5 총 1 개의 평점
개발자 Textdrip
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://textdrip.com/
도움말 페이지 URL https://textdrip.com/
개인정보 보호 정책 페이지 URL https://textdrip.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Marketplace Calculator",
    "version": "2.1",
    "description": "",
    "permissions": [
        "storage"
    ],
    "icons": {
        "36": "icons\/36X36.png",
        "48": "icons\/48X48.png",
        "72": "icons\/72X72.png",
        "96": "icons\/96X96.png",
        "144": "icons\/144X144.png",
        "192": "icons\/192X192.png",
        "512": "icons\/512X512.png"
    },
    "action": {
        "default_title": "Marketplace Calculator",
        "default_icon": "icons\/48X48.png",
        "default_popup": "popup\/content.html"
    }
}