RenterFile - AppFolio Rental Verifications

Automate requesting rental history verifications inside AppFolio Applications

RenterFile - AppFolio Rental Verifications란 무엇입니까?

RenterFile - AppFolio Rental Verifications은(는) https://www.renterinc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate requesting rental history verifications inside AppFolio Applications"입니다.

확장 프로그램 스크린샷

screenshot

RenterFile - AppFolio Rental Verifications 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RenterFile is a rental history verification automation tool that enables property managers who use AppFolio property management software to expedite the process of requesting rental history verifications from the applicant’s current or past landlords. 

Benefits
- Takes you a few seconds to request
Since our online forms are automatically pre-filled with information on the AppFolio application, it will take only a few seconds to request a rental verification.
 
- Get more verifications returned & faster
Since our system automatically follows up via email and text messages and rewards those who provide rental verifications in a timely manner, you will get more verification responses and very quickly.

How it works
1. You request rental verification inside AppFolio
2. Landlord receives email invitation to provide a rental verification online
3. Landlord follows a link to an online form where they answer a few fact-based questions about their tenant
4. You see the verification report right inside AppFolio Application

Learn more https://www.renterinc.com/request-rental-verification-inside-appfolio                    

확장 프로그램 기본 정보

이름 RenterFile - AppFolio Rental Verifications RenterFile - AppFolio Rental Verifications
ID fgfhppigcnjnmcnafbogkcknjambebfe
공식 URL https://chromewebstore.google.com/detail/renterfile-appfolio-renta/fgfhppigcnjnmcnafbogkcknjambebfe
설명 Automate requesting rental history verifications inside AppFolio Applications
파일 크기 53.75 KB
설치 횟수 62
현재 버전 1.3
최근 업데이트 2020-02-12
출시 날짜 2020-02-12
개발자 https://www.renterinc.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.renterinc.com/request-rental-verification-inside-appfolio
개인정보 보호 정책 페이지 URL https://www.renterinc.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RenterFile - AppFolio Rental Verifications",
    "version": "1.3",
    "description": "Automate requesting rental history verifications inside AppFolio Applications",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "identity",
        "https:\/\/renterfile.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.appfolio.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/renterinc-icon-16.png",
        "32": "images\/renterinc-icon-32.png",
        "48": "images\/renterinc-icon-48.png",
        "128": "images\/renterinc-icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}