Urban Abodes Posting Tool

Extension that allows for an effortless and rapid method to post apartments to various websites.

Cos'è Urban Abodes Posting Tool?

Urban Abodes Posting Tool è un'estensione di Chrome sviluppata da UrbanAbodes Developers, e la sua funzione principale è "Extension that allows for an effortless and rapid method to post apartments to various websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Urban Abodes Posting Tool

Scarica i file di estensione Urban Abodes Posting Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows Urban Abodes Agents to rapidly post attractive apartment ads complete with pictures.                    

Informazioni di Base sull'Estensione

Nome Urban Abodes Posting Tool Urban Abodes Posting Tool
ID cmojjdjiegnpnefoiihapdmhbolbhhlm
URL Ufficiale https://chromewebstore.google.com/detail/urban-abodes-posting-tool/cmojjdjiegnpnefoiihapdmhbolbhhlm
Descrizione Extension that allows for an effortless and rapid method to post apartments to various websites.
Dimensione del File 671 KB
Conteggio Installazioni 67
Versione Corrente 4.4.12
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2020-06-19
Sviluppatore UrbanAbodes Developers
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.urbanabodes.com
URL della Pagina di Aiuto https://www.urbanabodes.com/emailus/
URL della Pagina della Politica sulla Privacy https://www.urbanabodes.com/termsofuse.html
Lingue Supportate en
manifest.json
{
    "background": {
        "scripts": [
            "js\/hot-reload.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Urban Abodes Posting Tool"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jqueryui-min.js",
                "js\/blockui.js",
                "js\/selector-listeners.js",
                "lib\/common.js",
                "lib\/zumper.js",
                "lib\/facebook.js",
                "lib\/zillow-new.js",
                "lib\/hotpads.js",
                "lib\/domu.js",
                "lib\/apartmentcom.js",
                "lib\/turbotenant.js"
            ],
            "matches": [
                "*:\/\/*.urbanabodes.com\/agent\/generate\/*",
                "*:\/\/*.zumper.com\/*",
                "*:\/\/*.zillow.com\/*",
                "*:\/\/*.hotpads.com\/*",
                "*:\/\/*.apartments.com\/*",
                "*:\/\/*.facebook.com\/marketplace\/*",
                "*:\/\/*.domu.com\/*",
                "*:\/\/*.turbotenant.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Extension that allows for an effortless and rapid method to post apartments to various websites.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zumper.com\/*",
            "*:\/\/*.hotpads.com\/*",
            "*:\/\/*.apartments.com\/*",
            "*:\/\/*.zillow.com\/*",
            "*:\/\/*.domu.com\/*"
        ]
    },
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv6RUNHEifcVA62x1CWckepMRNSJqI64nzIgrSmhcxycUEzn6iyF8UmKEpCBJXQwshXUloAHtZRom6+bmgon5syzz7bAkDFHCasNHtxm1dphUEL3pgQSplJoDcfLCj+nlUu9FRMXOuTbuvER8D56IVzU0DtBOk3OJAy+KQK9BJZ00owuyzavkwMxvdjkuufgWoAGUbkdDGhFcbmhCtHS4oBFZBRN1UTVL5sr2Jzb26lRvWUfLxU9ZfiERHO2dVeupnEq\/pT0Q8sZIZOwjvPL2Uk0sVYc1uJN27OgwFOoGQfpT+bdPGq93t9VByDizYaV5l3pnKTtaYG5mdW7sEZrnVQIDAQAB",
    "manifest_version": 2,
    "name": "Urban Abodes Posting Tool",
    "permissions": [
        "storage"
    ],
    "short_name": "Urban Abodes Posting Tool",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.4.12",
    "web_accessible_resources": [
        "angularinjects\/location_inject.js",
        "angularinjects\/location_inject_apartments.js",
        "angularinjects\/photos_inject.js",
        "angularinjects\/photos_inject_zillow.js",
        "angularinjects\/photos_inject_hotpads.js",
        "angularinjects\/photos_inject_apartments.js",
        "angularinjects\/photos_inject_facebook.js",
        "angularinjects\/photos_inject_domu.js"
    ]
}