TheGuarantors - Chrome Extension

Mark buildings covered by TheGuarantors on StreetEasy

Apa itu TheGuarantors - Chrome Extension?

TheGuarantors - Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://theguarantors.com, dan fitur utamanya adalah "Mark buildings covered by TheGuarantors on StreetEasy".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TheGuarantors - Chrome Extension

Unduh file ekstensi TheGuarantors - Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TheGuarantors - Chrome Extension TheGuarantors - Chrome Extension
ID dkhkiafhbiibnjpdmklikeliallmapgj
URL Resmi https://chromewebstore.google.com/detail/theguarantors-chrome-exte/dkhkiafhbiibnjpdmklikeliallmapgj
Deskripsi Mark buildings covered by TheGuarantors on StreetEasy
Ukuran File 212 KB
Jumlah Instalasi 3,805
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2023-01-17
Tanggal Publikasi 2020-05-29
Penilaian 3.86/5 Total 7 Penilaian
Pengembang https://theguarantors.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://theguarantors.com/privacy-policy
Bahasa yang Didukung 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"
        }
    ]
}