Urban Abodes Posting Tool
Extension that allows for an effortless and rapid method to post apartments to various websites.
Wat is Urban Abodes Posting Tool?
Urban Abodes Posting Tool is een Chrome-extensie ontwikkeld door UrbanAbodes Developers, en de belangrijkste functie is "Extension that allows for an effortless and rapid method to post apartments to various websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Urban Abodes Posting Tool
Download Urban Abodes Posting Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows Urban Abodes Agents to rapidly post attractive apartment ads complete with pictures.
Basisinformatie over de Extensie
Naam | Urban Abodes Posting Tool |
ID | cmojjdjiegnpnefoiihapdmhbolbhhlm |
Officiële URL | https://chromewebstore.google.com/detail/urban-abodes-posting-tool/cmojjdjiegnpnefoiihapdmhbolbhhlm |
Beschrijving | Extension that allows for an effortless and rapid method to post apartments to various websites. |
Bestandsgrootte | 671 KB |
Aantal Installaties | 67 |
Huidige Versie | 4.4.12 |
Laatst Bijgewerkt | 2024-02-15 |
Publicatiedatum | 2020-06-19 |
Ontwikkelaar | UrbanAbodes Developers |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.urbanabodes.com |
Help Pagina-URL | https://www.urbanabodes.com/emailus/ |
URL van de Privacybeleid Pagina | https://www.urbanabodes.com/termsofuse.html |
Ondersteunde Talen | 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" ] } |