Lighthouse

Lighthouse enabled apartments lookup

Was ist Lighthouse?

Lighthouse ist eine Chrome-Erweiterung, die von https://lighthouse.app entwickelt wurde, und ihr Hauptmerkmal ist "Lighthouse enabled apartments lookup".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Lighthouse-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lighthouse-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get cash back when you're renting your next apartment. Browse 7,000+ apartments across the US.                    

Grundlegende Informationen zur Erweiterung

Name Lighthouse Lighthouse
ID cfkinobccokockgkggkabfaldlhojbio
Offizielle URL https://chromewebstore.google.com/detail/lighthouse/cfkinobccokockgkggkabfaldlhojbio
Beschreibung Lighthouse enabled apartments lookup
Dateigröße 2.68 MB
Installationsanzahl 121
Aktuelle Version 1.03
Letztes Update 2021-05-05
Veröffentlichungsdatum 2020-12-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://lighthouse.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.lighthouse.app
URL der Datenschutzrichtlinien-Seite http://www.lighthouse.app/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "\/images\/logo.png",
        "\/images\/found-logo.png",
        "\/images\/gray-logo.png",
        "\/images\/transparent.png",
        "\/images\/flatlogo.png",
        "\/css\/popup.css",
        "\/css\/sofiapro.css",
        "\/js\/algoliasearch.js",
        "\/js\/sentry.js",
        "\/js\/sentry-lib.js",
        "\/css\/lh-only.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.apartments.com\/*",
                "*:\/\/*.zillow.com\/*",
                "*:\/\/*.apartmentfinder.com\/*",
                "*:\/\/*.streeteasy.com\/*",
                "*:\/\/*.apartmentlist.com\/*",
                "*:\/\/*.har.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/alertify.min.js",
                "\/js\/inputmask.min.js",
                "\/js\/bootstrap-datepicker.min.js",
                "\/js\/functions.js",
                "\/js\/loader.js"
            ],
            "css": [
                "\/css\/alertify.min.css",
                "\/css\/default.min.css",
                "\/css\/bootstrap-datepicker.min.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.apartments.com\/*"
            ],
            "js": [
                "\/js\/apartments.com\/list-page.js",
                "\/js\/apartments.com\/detail-page.js"
            ],
            "css": [
                ".\/css\/apartment-style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/images\/gray-logo.png",
            "24": ".\/images\/gray-logo.png",
            "128": ".\/images\/gray-logo.png"
        },
        "default_title": "Lighthouse",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/images\/found-logo.png",
        "24": ".\/images\/found-logo.png",
        "128": ".\/images\/found-logo.png"
    },
    "description": "Lighthouse enabled apartments lookup",
    "manifest_version": 2,
    "name": "Lighthouse",
    "options_page": "popup.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Lighthouse",
    "version": "1.03",
    "background": {
        "scripts": [
            "\/js\/sentry-lib.js",
            "\/js\/background.js"
        ],
        "persistent": true
    }
}