Homer
We allow renters to use their universal rental application with all landlords on Craigslist.
Qu'est-ce que Homer ?
Homer est une extension Chrome développée par https://homerchrome.com, et sa fonction principale est "We allow renters to use their universal rental application with all landlords on Craigslist.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Homer
Téléchargez les fichiers d'extension Homer 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
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.)
Informations de Base sur l'Extension
Nom | Homer |
ID | hcjmodfnboiobnpmgaogpmhdflekmmfj |
URL Officiel | https://chromewebstore.google.com/detail/homer/hcjmodfnboiobnpmgaogpmhdflekmmfj |
Description | We allow renters to use their universal rental application with all landlords on Craigslist. |
Taille du Fichier | 897 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2017-11-01 |
Date de Publication | 2017-10-31 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://homerchrome.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://homerchrome.com/ |
URL de la Page de Politique de Confidentialité | https://www.homerchrome.com/privacypolicy |
Langues Prises en Charge | 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" } } |