WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HouseCalcs Payment Calculator

HouseCalcs Payment Calculator

View on Chrome Web Store
View HouseCalcs Payment Calculator Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enhanced calculator for analyzing the monthly payment from Zillow, Redfin, or Realtor.com
Type
Extension
Users
2 users
1
Andy
View author page of Andy
Published
Published on October 26, 2024
Version 0.0.1
Manifest version
3
Updated
Updated on October 26, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View HouseCalcs Payment Calculator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HouseCalcs Payment Calculator",
    "description": "Enhanced calculator for analyzing the monthly payment from Zillow, Redfin, or Realtor.com",
    "version": "0.0.1",
    "version_name": "0.0.1 beta",
    "background": {
        "service_worker": ".\/js\/service-worker\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zillow.com\/*",
                "https:\/\/*.redfin.com\/*",
                "https:\/\/*.realtor.com\/*"
            ],
            "js": [
                ".\/js\/content-scripts\/ContentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/dollar16.png",
        "24": "images\/dollar24.png",
        "32": "images\/dollar32.png",
        "48": "images\/dollar48.png",
        "128": "images\/dollar128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/dollar16.png",
            "24": "images\/dollar24.png",
            "32": "images\/dollar32.png",
            "48": "images\/dollar48.png",
            "128": "images\/dollar128.png"
        },
        "default_title": "MPC"
    },
    "side_panel": {
        "default_path": ".\/html\/sidepanel\/index.html"
    },
    "permissions": [
        "sidePanel",
        "activeTab",
        "tabs",
        "storage"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top