TheGuarantors - Chrome Extension

Mark buildings covered by TheGuarantors on StreetEasy

Qu'est-ce que TheGuarantors - Chrome Extension ?

TheGuarantors - Chrome Extension est une extension Chrome développée par https://theguarantors.com, et sa fonction principale est "Mark buildings covered by TheGuarantors on StreetEasy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TheGuarantors - Chrome Extension

Téléchargez les fichiers d'extension TheGuarantors - Chrome Extension 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

                        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.                    

Informations de Base sur l'Extension

Nom TheGuarantors - Chrome Extension TheGuarantors - Chrome Extension
ID dkhkiafhbiibnjpdmklikeliallmapgj
URL Officiel https://chromewebstore.google.com/detail/theguarantors-chrome-exte/dkhkiafhbiibnjpdmklikeliallmapgj
Description Mark buildings covered by TheGuarantors on StreetEasy
Taille du Fichier 212 KB
Nombre d'Installations 3,805
Version Actuelle 1.4.1
Dernière Mise à Jour 2023-01-17
Date de Publication 2020-05-29
Évaluation 3.86/5 Total 7 Évaluations
Développeur https://theguarantors.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://theguarantors.com/privacy-policy
Langues Prises en Charge 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"
        }
    ]
}