PMessage Pro

Auto fill form for Idealista and Immobiliare

PMessage Proとは何ですか?

PMessage ProはBJF Softwareによって開発されたChromeの拡張機能で、その主な機能は「Auto fill form for Idealista and Immobiliare」です。

拡張機能のスクリーンショット

screenshot

PMessage Pro拡張機能のCRXファイルをダウンロード

PMessage Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 PMessage Pro 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
Eメール [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"
    ]
}