Homer
We allow renters to use their universal rental application with all landlords on Craigslist.
Homer क्या है?
Homer https://homerchrome.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We allow renters to use their universal rental application with all landlords on Craigslist."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Homer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.)
एक्सटेंशन की मूल जानकारी
नाम | Homer |
ID | hcjmodfnboiobnpmgaogpmhdflekmmfj |
आधिकारिक URL | https://chromewebstore.google.com/detail/homer/hcjmodfnboiobnpmgaogpmhdflekmmfj |
विवरण | We allow renters to use their universal rental application with all landlords on Craigslist. |
फ़ाइल का आकार | 897 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2017-11-01 |
प्रकाशन तिथि | 2017-10-31 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://homerchrome.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://homerchrome.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.homerchrome.com/privacypolicy |
समर्थित भाषाएँ | 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" } } |