Lighthouse
Lighthouse enabled apartments lookup
Qu'est-ce que Lighthouse ?
Lighthouse est une extension Chrome développée par https://lighthouse.app, et sa fonction principale est "Lighthouse enabled apartments lookup".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lighthouse
Téléchargez les fichiers d'extension Lighthouse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get cash back when you're renting your next apartment. Browse 7,000+ apartments across the US.
Informations de Base sur l'Extension
Nom | Lighthouse |
ID | cfkinobccokockgkggkabfaldlhojbio |
URL Officiel | https://chromewebstore.google.com/detail/lighthouse/cfkinobccokockgkggkabfaldlhojbio |
Description | Lighthouse enabled apartments lookup |
Taille du Fichier | 2.68 MB |
Nombre d'Installations | 121 |
Version Actuelle | 1.03 |
Dernière Mise à Jour | 2021-05-05 |
Date de Publication | 2020-12-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://lighthouse.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.lighthouse.app |
URL de la Page de Politique de Confidentialité | http://www.lighthouse.app/privacy |
Langues Prises en Charge | 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 } } |