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.”。
扩展截图
下载Marketplace Calculator扩展crx文件
下载Marketplace Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculate marketplace ACA health insurance plans quickly with this free 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" } } |