RenterFile - AppFolio Rental Verifications

Automate requesting rental history verifications inside AppFolio Applications

RenterFile - AppFolio Rental Verifications क्या है?

RenterFile - AppFolio Rental Verifications https://www.renterinc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate requesting rental history verifications inside AppFolio Applications"।

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

screenshot

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

crx प्रारूप में RenterFile - AppFolio Rental Verifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}