Homer

We allow renters to use their universal rental application with all landlords on Craigslist.

什么是Homer?

Homer是由https://homerchrome.com开发的Chrome扩展程序,该扩展的主要功能是“We allow renters to use their universal rental application with all landlords on Craigslist.”。

扩展截图

screenshot
screenshot

下载Homer扩展crx文件

下载Homer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}