PMessage Pro

Auto fill form for Idealista and Immobiliare

Vad är PMessage Pro?

PMessage Pro är en Chrome-tillägg utvecklad av BJF Software, och dess huvudfunktion är "Auto fill form for Idealista and Immobiliare".

Tilläggsskärmbilder

screenshot

Ladda ner PMessage Pro-förlängningens CRX-fil

Ladda ner PMessage Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Helps you with real estate research by automatically messaging agents and landlords                    

Grundläggande Information om Tillägg

Namn PMessage Pro PMessage Pro
ID pefolmkhfmgckgckgbaaoblhjfdmafge
Officiell webbadress https://chromewebstore.google.com/detail/pmessage-pro/pefolmkhfmgckgckgbaaoblhjfdmafge
Beskrivning Auto fill form for Idealista and Immobiliare
Filstorlek 85.75 KB
Antal Installationer 145
Aktuell Version 1.0.2
Senast Uppdaterad 2021-04-22
Publiceringsdatum 2021-04-22
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare BJF Software
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://bnbtrackreport.com/privacy-policy
Stödda Språk 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"
    ]
}