Apartment Organizer For Zillow

Organize data from a bunch of different Zillow listings into one convenient table that can sort and filter out results.

Apartment Organizer For Zillow क्या है?

Apartment Organizer For Zillow Andrew Davidson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize data from a bunch of different Zillow listings into one convenient table that can sort and filter out results."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apartment Organizer For Zillow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        To use it, either:

    1) Search for apartments on Zillow at https://www.zillow.com/homes/for_rent/
    2) Without changing to a different tab from your search, click the blue button with an ‘A’ on it in the top right corner of chrome.

OR

    1) Create a folder of bookmarks to Zillow listings.  Bookmarks in subfolders are OK.
    2) While on any page that ISN’T a Zillow search page, click the blue button with an ‘A’ on it in the top right corner of chrome.
    3) Type in the name of the bookmarks folder with your listings and hit ‘Enter’.


This extension does not store, collect, or share your personal data.  It has access to your bookmarks, but does not modify them.  It does not waste resources in your browser by operating continuously; It runs only when you click the blue button.

Don’t just take my word for it!  Check out the source code for yourself:

https://github.com/Dudeguy409/Apartment_Organizer_Chrome_Extension


This extension was not developed by Zillow or any affiliates.  It was developed as an independent project by Andrew Davidson:

https://www.linkedin.com/in/andrew-davidson-93b3aa90/                    

एक्सटेंशन की मूल जानकारी

नाम Apartment Organizer For Zillow Apartment Organizer For Zillow
ID fhekihlliinkffagbfbdpmjdhlaeghli
आधिकारिक URL https://chromewebstore.google.com/detail/apartment-organizer-for-z/fhekihlliinkffagbfbdpmjdhlaeghli
विवरण Organize data from a bunch of different Zillow listings into one convenient table that can sort and filter out results.
फ़ाइल का आकार 91.35 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.6
अंतिम अपडेट 2018-04-12
प्रकाशन तिथि 2018-04-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Andrew Davidson
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apartment Organizer For Zillow",
    "short_name": "Apt Organizr",
    "manifest_version": 2,
    "version": "1.6",
    "description": "Organize data from a bunch of different Zillow listings into one convenient table that can sort and filter out results. ",
    "background": {
        "persistent": false,
        "scripts": [
            "app\/background.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "*:\/\/www.zillow.com\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "20": "icon\/icon20.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "Apartment Organizer For Zillow",
        "default_icon": "icon\/icon20.png"
    }
}