Rental Search

Unique search experience for rental housing

Rental Searchคืออะไร?

Rental Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://zupdu.com และคุณลักษณะหลักของมันคือ "Unique search experience for rental housing"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rental Search

ดาวน์โหลดไฟล์ส่วนขยาย Rental Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of writing the same introductory text to multiple listings on Craigslist? Let Zupdu do the work for you. 

This plugin helps you quickly reply to Craigslist listings by automatically pulling relevant information from your Zupdu profile when emailing a listing owner. Your Zupdu profile can help keep all of your communications in one place.

Help article:
https://www.zupdu.com/chrome-extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rental Search Rental Search
ID oinhoabgigghjaaghdkmngeplhkpkjmd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/oinhoabgigghjaaghdkmngeplhkpkjmd
คำอธิบาย Unique search experience for rental housing
ขนาดไฟล์ 958 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-02-22
วันที่เผยแพร่ 2017-02-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://zupdu.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zupdu.com/chrome-extension
URL หน้าช่วยเหลือ https://www.zupdu.com/chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.zupdu.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rental Search",
    "description": "Unique search experience for rental housing",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mail.yahoo.com\/*",
                "https:\/\/mail.aol.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/post.craigslist.org\/*",
                "https:\/\/post.craigslist.org\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "jquery-ui-1.11.4.custom\/jquery-ui.min.js",
                "zupdu.js",
                "bower_components\/angular\/angular.js",
                "lib\/tdn\/services\/Api.js",
                "lib\/tdn\/services\/Base.js",
                "lib\/tdn\/services\/Http.js",
                "lib\/tdn\/services\/TemplateUrl.js",
                "lib\/tdn\/models\/Expression.js",
                "lib\/tdn\/models\/Models.js",
                "lib\/tdn\/models\/Operator.js",
                "lib\/zp-models\/Models.js",
                "lib\/zp-models\/ModelSerialization.js",
                "lib\/zp-models\/RootClass.js",
                "lib\/zp-models\/User.js",
                "bootstrap.js",
                "views\/user-profile\/user-profile.js",
                "views\/search\/search-template.js",
                "views\/search\/search.js",
                "views\/posting\/posting-template.js",
                "views\/posting\/posting.js",
                "views\/yahoo\/yahoo-template.js",
                "views\/yahoo\/yahoo.js",
                "views\/gmail\/gmail-template.js",
                "views\/gmail\/gmail.js",
                "views\/hotmail\/hotmail-template.js",
                "views\/hotmail\/hotmail.js",
                "views\/aol\/aol-template.js",
                "views\/aol\/aol.js",
                "common\/api\/Api.js",
                "common\/api\/Account.js",
                "common\/services\/Services.js",
                "common\/services\/DateTime.js",
                "common\/services\/ExceptionHandler.js"
            ],
            "css": [
                "jquery-ui-1.11.4.custom\/jquery-ui.min.css",
                "assets\/styles\/common.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "https:\/\/www.zupdu.com\/"
    ]
}