My Realty

Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.

My Realtyคืออะไร?

My Realty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikolay.Kuznetcov และคุณลักษณะหลักของมันคือ "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Realty

ดาวน์โหลดไฟล์ส่วนขยาย My Realty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ My Realty My Realty
ID engjidpfjkimnhnjeahnejmmbpdlaaih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih
คำอธิบาย Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2016-07-20
วันที่เผยแพร่ 2016-07-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nikolay.Kuznetcov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Nikolai Kuznetcov",
    "name": "My Realty",
    "short_name": "My Realty",
    "default_locale": "en",
    "description": "Extension for to collect the descriptions of your own real estate, or to collect the selling\/rent ads.",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "\/images\/icon.png"
    },
    "icons": {
        "16": "\/images\/icon.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "background",
        "geolocation",
        "https:\/\/*.backblaze.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}