Urban Abodes Posting Tool

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

Qu'est-ce que Urban Abodes Posting Tool ?

Urban Abodes Posting Tool est une extension Chrome développée par UrbanAbodes Developers, et sa fonction principale est "Extension that allows for an effortless and rapid method to post apartments to various websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Urban Abodes Posting Tool

Téléchargez les fichiers d'extension Urban Abodes Posting Tool 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 extension allows Urban Abodes Agents to rapidly post attractive apartment ads complete with pictures.                    

Informations de Base sur l'Extension

Nom Urban Abodes Posting Tool Urban Abodes Posting Tool
ID cmojjdjiegnpnefoiihapdmhbolbhhlm
URL Officiel https://chromewebstore.google.com/detail/urban-abodes-posting-tool/cmojjdjiegnpnefoiihapdmhbolbhhlm
Description Extension that allows for an effortless and rapid method to post apartments to various websites.
Taille du Fichier 671 KB
Nombre d'Installations 67
Version Actuelle 4.4.12
Dernière Mise à Jour 2024-02-15
Date de Publication 2020-06-19
Développeur UrbanAbodes Developers
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.urbanabodes.com
URL de la Page d'Aide https://www.urbanabodes.com/emailus/
URL de la Page de Politique de Confidentialité https://www.urbanabodes.com/termsofuse.html
Langues Prises en Charge 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"
    ]
}