Revnest Dashboard for Zillow

Connecting your professional projection tools from Airdna and Rabbu directly onto the zillow listing.

Revnest Dashboard for Zillow란 무엇입니까?

Revnest Dashboard for Zillow은(는) Revnest Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connecting your professional projection tools from Airdna and Rabbu directly onto the zillow listing."입니다.

확장 프로그램 스크린샷

screenshot

Revnest Dashboard for Zillow 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Welcome to the Zillow Projection dashboard from Revnest! 

Find deals faster. 
This dashboard connects your Airdna and Rabbu accounts directly to one Zillow page so you can analyze without needing multiple tabs or windows. 

Instructions:
1) Create a free Revnest account
2) Pin the extension and connect your Airdna and Rabbu accounts
3) Turn on and find deals!

Note:
You will need to create free accounts with Airdna, & Rabbu in order to bring all the data onto one Zillow screen. 
They are both offering free accounts at this time, visit their respective sites to get more info. 

Revnest.com is the global listing site for buying and selling turnkey vacation homes.                    

확장 프로그램 기본 정보

이름 Revnest Dashboard for Zillow Revnest Dashboard for Zillow
ID kkljcdmkkidepgbfielpdbaeaemlhfco
공식 URL https://chromewebstore.google.com/detail/revnest-dashboard-for-zil/kkljcdmkkidepgbfielpdbaeaemlhfco
설명 Connecting your professional projection tools from Airdna and Rabbu directly onto the zillow listing.
파일 크기 487 KB
설치 횟수 59
현재 버전 1.0.1
최근 업데이트 2024-02-02
출시 날짜 2024-02-02
평점 5.00/5 총 1 개의 평점
개발자 Revnest Tools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.revnest.com
도움말 페이지 URL https://dashboard.mailerlite.com/forms/710887/110555849698575384/share
개인정보 보호 정책 페이지 URL https://www.revnest.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.1",
    "author": "isaac152",
    "name": "Revnest Dashboard for Zillow",
    "description": "Connecting your professional projection tools from Airdna and Rabbu directly onto the zillow listing.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "webNavigation",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rabbu.com\/"
            ],
            "js": [
                "contents.e02f0287.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/homedetails\/**",
                "https:\/\/www.zillow.com\/homes\/**"
            ],
            "js": [
                "airdna-data.c0c31ed9.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/homedetails\/**",
                "https:\/\/www.zillow.com\/homes\/**"
            ],
            "js": [
                "contact.b5ac2d12.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/homedetails\/**",
                "https:\/\/www.zillow.com\/homes\/**"
            ],
            "js": [
                "rabbu-data.6d1cf25f.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ],
            "js": [
                "zillow-pin.df8e1ffa.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.airdna.co\/*",
        "https:\/\/*.rabbu.com\/*",
        "https:\/\/*.revnest.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.zillow.com\/*",
                "https:\/\/www.zillow.com\/*"
            ],
            "resources": [
                "airdna-data.b0c516ba.svg",
                "airdna-data.00d95785.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/*",
                "https:\/\/www.zillow.com\/*"
            ],
            "resources": [
                "contact.93a5d608.png",
                "airdna-data.00d95785.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/*",
                "https:\/\/www.zillow.com\/*"
            ],
            "resources": [
                "rabbu-data.86c34aad.png",
                "airdna-data.00d95785.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ],
            "resources": [
                "contact.93a5d608.png",
                "airdna-data.00d95785.css"
            ]
        }
    ]
}