PrivOrNot
Shows if a listing on Idealista is from private owner or not
什么是PrivOrNot?
PrivOrNot是由victorbjelkholm开发的Chrome扩展程序,该扩展的主要功能是“Shows if a listing on Idealista is from private owner or not”。
扩展截图
下载PrivOrNot扩展crx文件
下载PrivOrNot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hard to find properties made by private owners on Idealista? No more, PrivOrNot will remove listings made by agencies so you only see properties where you get to rent directly from the owner.
扩展基本信息
名称 | PrivOrNot |
ID | fnpgifcbmacmnlpdlkffhneepkhhjfkn |
官方URL | https://chromewebstore.google.com/detail/privornot/fnpgifcbmacmnlpdlkffhneepkhhjfkn |
简介 | Shows if a listing on Idealista is from private owner or not |
文件大小 | 3.55 KB |
安装次数 | 735 |
当前版本 | 1.0 |
更新时间 | 2021-04-17 |
上架时间 | 2021-04-17 |
评分 | 5.00/5 共7次评分 |
开发者 | victorbjelkholm |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrivOrNot", "version": "1.0", "description": "Shows if a listing on Idealista is from private owner or not", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.idealista.com\/*" ], "js": [ "content.js" ] } ] } |