PMessage Pro
Auto fill form for Idealista and Immobiliare
什么是PMessage Pro?
PMessage Pro是由BJF Software开发的Chrome扩展程序,该扩展的主要功能是“Auto fill form for Idealista and Immobiliare”。
扩展截图
下载PMessage Pro扩展crx文件
下载PMessage Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps you with real estate research by automatically messaging agents and landlords
扩展基本信息
名称 | PMessage Pro |
ID | pefolmkhfmgckgckgbaaoblhjfdmafge |
官方URL | https://chromewebstore.google.com/detail/pmessage-pro/pefolmkhfmgckgckgbaaoblhjfdmafge |
简介 | Auto fill form for Idealista and Immobiliare |
文件大小 | 85.75 KB |
安装次数 | 145 |
当前版本 | 1.0.2 |
更新时间 | 2021-04-22 |
上架时间 | 2021-04-22 |
评分 | 3.00/5 共2次评分 |
开发者 | BJF Software |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://bnbtrackreport.com/privacy-policy |
支持的语言 | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PMessage Pro", "description": "Auto fill form for Idealista and Immobiliare", "version": "1.0.2", "icons": { "48": "images\/icon.png" }, "incognito": "split", "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": ".\/popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.idealista.it\/immobile\/*", "*:\/\/*.immobiliare.it\/annunci\/*" ], "js": [ ".\/content_scripts\/main\/index.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |