TheGuarantors - Chrome Extension

Mark buildings covered by TheGuarantors on StreetEasy

TheGuarantors - Chrome Extensionとは何ですか?

TheGuarantors - Chrome Extensionはhttps://theguarantors.comによって開発されたChromeの拡張機能で、その主な機能は「Mark buildings covered by TheGuarantors on StreetEasy」です。

拡張機能のスクリーンショット

screenshot

TheGuarantors - Chrome Extension拡張機能のCRXファイルをダウンロード

TheGuarantors - Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension will help brokers visualize buildings that are covered by TheGuarantors when browsing on StreetEasy. Feel free to contact us with any feedback or questions. Thank you for being a partner of TheGuarantors.                    

拡張機能の基本情報

名前 TheGuarantors - Chrome Extension TheGuarantors - Chrome Extension
ID dkhkiafhbiibnjpdmklikeliallmapgj
公式URL https://chromewebstore.google.com/detail/theguarantors-chrome-exte/dkhkiafhbiibnjpdmklikeliallmapgj
説明 Mark buildings covered by TheGuarantors on StreetEasy
ファイルサイズ 212 KB
インストール数 3,805
現在のバージョン 1.4.1
最終更新日 2023-01-17
公開日 2020-05-29
評価 3.86/5 合計 7 レビュー
開発者 https://theguarantors.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://theguarantors.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TheGuarantors - Chrome Extension",
    "description": "Mark buildings covered by TheGuarantors on StreetEasy",
    "version": "1.4.1",
    "icons": {
        "128": "assets\/img\/logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/theguarantors.com\/api\/v1\/buildings\/*"
    ],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "action": {
        "default_title": "TheGuarantors Actions",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*",
                "assets\/fonts\/Gilroy-Regular.ttf",
                "assets\/fonts\/Gilroy-Bold.ttf"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "css": [
                "assets\/css\/buildings.css"
            ],
            "js": [
                "node_modules\/jquery\/dist\/jquery.min.js",
                "dist\/building.js"
            ],
            "matches": [
                "*:\/\/streeteasy.com\/building\/*",
                "*:\/\/streeteasy.com\/new_jersey\/building\/*",
                "*:\/\/streeteasy.com\/hamptons\/building\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/buildings.css"
            ],
            "js": [
                "node_modules\/jquery\/dist\/jquery.min.js",
                "dist\/buildings.js"
            ],
            "matches": [
                "*:\/\/streeteasy.com\/buildings\/*",
                "*:\/\/streeteasy.com\/*-for-rent\/*",
                "*:\/\/streeteasy.com\/for-rent\/*",
                "*:\/\/streeteasy.com\/rentals\/*",
                "*:\/\/streeteasy.com\/new_jersey",
                "*:\/\/streeteasy.com\/hamptons"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "node_modules\/jquery\/dist\/jquery.min.js",
                "dist\/installed.js"
            ],
            "matches": [
                "*:\/\/*.theguarantors.com\/*",
                "*:\/\/theguarantors.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}