SimpleRent
The simplest property management payments platform, hands down.
SimpleRentคืออะไร?
SimpleRent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SimpleRent และคุณลักษณะหลักของมันคือ "The simplest property management payments platform, hands down."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SimpleRent
ดาวน์โหลดไฟล์ส่วนขยาย SimpleRent ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Manage payment rentals in Property Me. New features: • DSL for Victoria Others: • Bug fixes • UI/UX Improvements
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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'" } |