SimpleRent

The simplest property management payments platform, hands down.

SimpleRent란 무엇입니까?

SimpleRent은(는) SimpleRent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest property management payments platform, hands down."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SimpleRent 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Manage payment rentals in Property Me.

New features:
•  DSL for Victoria

Others:
•  Bug fixes
•  UI/UX Improvements                    

확장 프로그램 기본 정보

이름 SimpleRent SimpleRent
ID ejnancobllppofpnnlenepgacncofooi
공식 URL https://chromewebstore.google.com/detail/simplerent/ejnancobllppofpnnlenepgacncofooi
설명 The simplest property management payments platform, hands down.
파일 크기 2.83 MB
설치 횟수 951
현재 버전 1.17.25.19
최근 업데이트 2023-07-13
출시 날짜 2020-06-24
개발자 SimpleRent
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://simplerent.com.au/
개인정보 보호 정책 페이지 URL https://simplerent.com.au/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleRent",
    "version": "1.17.25.19",
    "manifest_version": 2,
    "description": "The simplest property management payments platform, hands down.",
    "homepage_url": "http:\/\/simplerent.com.au",
    "icons": {
        "16": "assets\/images\/icons\/on\/16x16.png",
        "32": "assets\/images\/icons\/on\/32x32.png",
        "48": "assets\/images\/icons\/on\/48x48.png",
        "128": "assets\/images\/icons\/on\/128x128.png"
    },
    "web_accessible_resources": [
        "assets\/*",
        "assets\/fonts\/*.woff2",
        "lib\/*",
        "src\/*"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js",
            "src\/background\/invoiceBackground.js"
        ],
        "persistent": true
    },
    "options_page": ".\/src\/options\/index.html",
    "browser_action": {
        "default_icon": "assets\/images\/icons\/on\/128x128.png",
        "default_title": "SimpleRent",
        "default_popup": "src\/popup\/index.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "*:\/\/simplerent.com.au\/*",
        "*:\/\/*.simplerent.com.au\/*",
        "*:\/\/propertyme.com.au\/*",
        "*:\/\/*.propertyme.com.au\/*",
        "*:\/\/propertyme.com\/*",
        "*:\/\/*.propertyme.com\/*",
        "webRequestBlocking",
        "http:\/\/localhost:65385\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/manager.propertyme.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/content_scripts\/user\/user.js",
                "src\/content_scripts\/dashboard\/dashboard.js",
                "src\/content_scripts\/invoices\/invoice.js",
                "src\/content_scripts\/properties\/property.js",
                "src\/content_scripts\/tenant_folio\/tenant_folio.js",
                "src\/content_scripts\/tutorials\/index.js",
                "src\/content_scripts\/whats_new\/index.js",
                "src\/content_scripts\/settlement_reports\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/simplerent.com.au\/*",
                "*:\/\/*.simplerent.com.au\/*",
                "*:\/\/propertyme.com.au\/*",
                "*:\/\/*.propertyme.com.au\/*",
                "*:\/\/propertyme.com\/*",
                "*:\/\/*.propertyme.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/content_scripts\/authentication\/index.js"
            ],
            "css": [
                "lib\/font.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}