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/”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| ID | ebgnjogdmhjgabeifcifegoafpjobjjc | 
| 官方URL | 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\/*"
            ]
        }
    ]
}  |  |