PMessage Pro
Auto fill form for Idealista and Immobiliare
Wat is PMessage Pro?
PMessage Pro is een Chrome-extensie ontwikkeld door BJF Software, en de belangrijkste functie is "Auto fill form for Idealista and Immobiliare".
Extensie Screenshots
Download het CRX-bestand van de extensie PMessage Pro
Download PMessage Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Helps you with real estate research by automatically messaging agents and landlords Basisinformatie over de Extensie
| Naam | |
| ID | pefolmkhfmgckgckgbaaoblhjfdmafge |
| Officiële URL | https://chromewebstore.google.com/detail/pmessage-pro/pefolmkhfmgckgckgbaaoblhjfdmafge |
| Beschrijving | Auto fill form for Idealista and Immobiliare |
| Bestandsgrootte | 85.75 KB |
| Aantal Installaties | 145 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2021-04-22 |
| Publicatiedatum | 2021-04-22 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | BJF Software |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://bnbtrackreport.com/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |