Povishaly

Shows price history on the real estate site https://r.onliner.by/

什麼是Povishaly?

Povishaly是由Vasiliy Ermolovich開發的Chrome擴展程式,該擴展的主要功能是“Shows price history on the real estate site https://r.onliner.by/”。

擴展截圖

screenshot

下載Povishaly擴展crx文件

下載Povishaly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension adds additional block of information on price history of every apartment on the real estate site https://r.onliner.by/. Using this extension users can see how prices change and decide when the best time to buy real estate. This extension doesn't store or access any user information.                    

擴展基本資訊

名稱 Povishaly Povishaly
ID ebgnjogdmhjgabeifcifegoafpjobjjc
官方網址 https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc
簡介 Shows price history on the real estate site https://r.onliner.by/
檔案大小 41.54 KB
安裝次數 410
目前版本 0.3.0
更新時間 2020-06-18
上架時間 2020-06-18
評分 4.20/5 共 10 次評分
開發者 Vasiliy Ermolovich
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/nashby/povishaly-extension
支援的語言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Povishaly",
    "version": "0.3.0",
    "description": "Shows price history on the real estate site https:\/\/r.onliner.by\/",
    "permissions": [
        "https:\/\/povishaly.space"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/r.onliner.by\/pk\/apartments\/*",
                "https:\/\/r.onliner.by\/ak\/apartments\/*"
            ]
        }
    ]
}