PMessage Pro
Auto fill form for Idealista and Immobiliare
What is PMessage Pro?
PMessage Pro is a Chrome extension developed by BJF Software, and its main feature is "Auto fill form for Idealista and Immobiliare".
Extension Screenshots
Download PMessage Pro Extension CRX File
Download PMessage Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helps you with real estate research by automatically messaging agents and landlords
Extension Basic Information
Name | PMessage Pro |
ID | pefolmkhfmgckgckgbaaoblhjfdmafge |
Official URL | https://chromewebstore.google.com/detail/pmessage-pro/pefolmkhfmgckgckgbaaoblhjfdmafge |
Description | Auto fill form for Idealista and Immobiliare |
File Size | 85.75 KB |
Installation Count | 145 |
Current Version | 1.0.2 |
Last Updated | 2021-04-22 |
Publish Date | 2021-04-22 |
Rating | 3.00/5 Total 2 Ratings |
Developer | BJF Software |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://bnbtrackreport.com/privacy-policy |
Supported Languages | 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" ] } |