Payscore
Integrate automated income verification into your property management software
Was ist Payscore?
Payscore ist eine Chrome-Erweiterung, die von https://payscore.com entwickelt wurde, und ihr Hauptmerkmal ist "Integrate automated income verification into your property management software".
Erweiterungsscreenshots
Payscore-Erweiterungs-CRX-Datei herunterladen
Laden Sie Payscore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Payscore is an income verification automation tool that allows property managers to make the best tenant approval decisions. Using Payscore enables property managers to expedite the review and approval process, while increasing the accuracy of their reported income. Our integrations include: - Appfolio - Entrata - Yardi Voyager - RealPage - MRI And many more! For a full list of integrations, click here: https://support.payscore.com/which-property-management-software-integrate-with-payscore/ For more information about our integrations, please contact [email protected]
Grundlegende Informationen zur Erweiterung
Name | Payscore |
ID | kcoefldjifkfeclbjicapcenpknedhnf |
Offizielle URL | https://chromewebstore.google.com/detail/payscore/kcoefldjifkfeclbjicapcenpknedhnf |
Beschreibung | Integrate automated income verification into your property management software |
Dateigröße | 2.09 MB |
Installationsanzahl | 3,905 |
Aktuelle Version | 0.0.0.143 |
Letztes Update | 2024-02-13 |
Veröffentlichungsdatum | 2020-06-11 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://payscore.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://support.payscore.com |
URL der Datenschutzrichtlinien-Seite | https://www.payscore.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Payscore", "version": "0.0.0.143", "description": "Integrate automated income verification into your property management software", "permissions": [ "storage", "scripting" ], "background": { "service_worker": "Scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "https:\/\/*.payscore.com\/*" ] }, "content_scripts": [ { "js": [ "Scripts\/hemlaneContent.js" ], "matches": [ "https:\/\/*.hemlane.com\/*" ] }, { "js": [ "Scripts\/buildiumContent.js" ], "matches": [ "https:\/\/*.managebuilding.com\/*" ] }, { "js": [ "Scripts\/appfolioContent.js" ], "matches": [ "https:\/\/*.appfolio.com\/*" ] }, { "js": [ "Scripts\/decisionLenderContent.js" ], "matches": [ "https:\/\/decisionlender.solutions\/*", "https:\/\/www.decisionlender.solutions\/*" ] }, { "js": [ "Scripts\/iLoveLeasingContent.js" ], "matches": [ "https:\/\/www.iloveleasing.com\/*" ] }, { "js": [ "Scripts\/oneSiteContent.js" ], "all_frames": true, "matches": [ "https:\/\/*.onesite.realpage.com\/*" ] }, { "js": [ "Scripts\/onsiteContent.js" ], "matches": [ "https:\/\/www.on-site.com\/*", "https:\/\/on-site.com\/*" ] }, { "js": [ "Scripts\/rhrContent.js" ], "matches": [ "http:\/\/*.rhris.com\/*", "https:\/\/*.rhris.com\/*" ] }, { "js": [ "Scripts\/rentManagerContent.js" ], "matches": [ "https:\/\/*.rmx.rentmanager.com\/*" ] }, { "js": [ "Scripts\/rentScreenerContent.js" ], "matches": [ "https:\/\/app.rentscreener.com\/applications\/*" ] }, { "js": [ "Scripts\/rentVineContent.js" ], "matches": [ "https:\/\/*.rentvine.com\/*" ] }, { "js": [ "Scripts\/resmanContent.js" ], "matches": [ "https:\/\/*.myresman.com\/*" ] }, { "js": [ "Scripts\/propertywareContent.js" ], "matches": [ "http:\/\/app.propertyware.com\/*", "https:\/\/app.propertyware.com\/*" ] }, { "js": [ "Scripts\/tazWorksContent.js" ], "matches": [ "https:\/\/*.instascreen.net\/*" ] }, { "js": [ "Scripts\/yardiContent.js" ], "all_frames": true, "matches": [ "https:\/\/yardiaspla2.com\/*", "https:\/\/www.yardiaspla2.com\/*", "https:\/\/yardiaspnc8.com\/*", "https:\/\/www.yardiaspnc8.com\/*", "https:\/\/yardiasptx10.com\/*", "https:\/\/www.yardiasptx10.com\/*", "https:\/\/yardiasptx11.com\/*", "https:\/\/www.yardiasptx11.com\/*", "https:\/\/yardiasp13.com\/*", "https:\/\/www.yardiasp13.com\/*", "https:\/\/yardiasp14.com\/*", "https:\/\/www.yardiasp14.com\/*", "https:\/\/yardipca.com\/*", "https:\/\/www.yardipca.com\/*", "https:\/\/yardipcu.com\/*", "https:\/\/www.yardipcu.com\/*", "https:\/\/yardipcv.com\/*", "https:\/\/www.yardipcv.com\/*" ] }, { "js": [ "Scripts\/yardiBreezeContent.js" ], "matches": [ "https:\/\/*.breeze.cafe\/*" ] }, { "js": [ "Scripts\/entrataContent.js" ], "matches": [ "https:\/\/*.entrata.com\/*" ] }, { "js": [ "Scripts\/sidepanelContent.js" ], "matches": [ " |