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 |
官方網址 | 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" } } |