SimpleRent
The simplest property management payments platform, hands down.
SimpleRent क्या है?
SimpleRent SimpleRent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simplest property management payments platform, hands down."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SimpleRent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Manage payment rentals in Property Me.
New features:
• DSL for Victoria
Others:
• Bug fixes
• UI/UX Improvements एक्सटेंशन की मूल जानकारी
| नाम | |
| 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'"
} | |