Lighthouse
Lighthouse enabled apartments lookup
Lighthouseとは何ですか?
Lighthouseはhttps://lighthouse.appによって開発されたChromeの拡張機能で、その主な機能は「Lighthouse enabled apartments lookup」です。
拡張機能のスクリーンショット
Lighthouse拡張機能のCRXファイルをダウンロード
Lighthouse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get cash back when you're renting your next apartment. Browse 7,000+ apartments across the US. 拡張機能の基本情報
| 名前 | |
| ID | cfkinobccokockgkggkabfaldlhojbio |
| 公式URL | https://chromewebstore.google.com/detail/lighthouse/cfkinobccokockgkggkabfaldlhojbio |
| 説明 | Lighthouse enabled apartments lookup |
| ファイルサイズ | 2.68 MB |
| インストール数 | 121 |
| 現在のバージョン | 1.03 |
| 最終更新日 | 2021-05-05 |
| 公開日 | 2020-12-01 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://lighthouse.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.lighthouse.app |
| プライバシーポリシーページのURL | http://www.lighthouse.app/privacy |
| 対応言語 | 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
}
} | |