Homer
We allow renters to use their universal rental application with all landlords on Craigslist.
Cos'è Homer?
Homer è un'estensione di Chrome sviluppata da https://homerchrome.com, e la sua funzione principale è "We allow renters to use their universal rental application with all landlords on Craigslist.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Homer
Scarica i file di estensione Homer 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
Automatically find and secure rental apartments on Craigslist! Stop searching endlessly, start using Homer. Click on the Homer button or reply to Craigslist listings and Homer will automatically send your best rental application. Click on the Homer button and instantly see all your rental applications that have been sent. Help us expand Homer to more listing websites! If you have any suggestions email us at [email protected] We currently support Craigslist sites in Canada and we are working towards serving global customers. ---------------------------------------------------- By using this add-on, you agree to the Homer and DomoMi Terms & Conditions available at http://www.homerchrome.com/userterms Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.)
Informazioni di Base sull'Estensione
Nome | Homer |
ID | hcjmodfnboiobnpmgaogpmhdflekmmfj |
URL Ufficiale | https://chromewebstore.google.com/detail/homer/hcjmodfnboiobnpmgaogpmhdflekmmfj |
Descrizione | We allow renters to use their universal rental application with all landlords on Craigslist. |
Dimensione del File | 897 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2017-11-01 |
Data di Pubblicazione | 2017-10-31 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://homerchrome.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://homerchrome.com/ |
URL della Pagina della Politica sulla Privacy | https://www.homerchrome.com/privacypolicy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/homer-16.png", "128": "icons\/homer-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "cookies", "http:\/\/*.craigslist.ca\/", "https:\/\/*.craigslist.ca\/" ], "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "http:\/\/*.craigslist.ca\/*\/apa\/*", "https:\/\/*.craigslist.ca\/*\/apa\/*", "http:\/\/*.craigslist.ca\/apa\/*", "https:\/\/*.craigslist.ca\/apa\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icons\/homer-16.png", "128": "icons\/homer-128.png" }, "default_title": "Homer", "default_popup": "index.html" } } |