TheGuarantors - Chrome Extension

Mark buildings covered by TheGuarantors on StreetEasy

O que é TheGuarantors - Chrome Extension?

TheGuarantors - Chrome Extension é uma extensão do Chrome desenvolvida por https://theguarantors.com, e sua principal característica é "Mark buildings covered by TheGuarantors on StreetEasy".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TheGuarantors - Chrome Extension

Baixe arquivos de extensão TheGuarantors - Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TheGuarantors - Chrome Extension TheGuarantors - Chrome Extension
ID dkhkiafhbiibnjpdmklikeliallmapgj
URL Oficial https://chromewebstore.google.com/detail/theguarantors-chrome-exte/dkhkiafhbiibnjpdmklikeliallmapgj
Descrição Mark buildings covered by TheGuarantors on StreetEasy
Tamanho do Arquivo 212 KB
Contagem de Instalações 3,805
Versão Atual 1.4.1
Última Atualização 2023-01-17
Data de Publicação 2020-05-29
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor https://theguarantors.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://theguarantors.com/privacy-policy
Idiomas Suportados 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"
        }
    ]
}