Property Address Scanner

Extract property addresses from any web page to CSV or Excel. See full property and owner details with a PropertyRadar subscription

Τι είναι το Property Address Scanner;

Το Property Address Scanner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://propertyradar.com, και η κύρια λειτουργία του είναι "Extract property addresses from any web page to CSV or Excel. See full property and owner details with a PropertyRadar subscription".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Property Address Scanner

Λήψη αρχείων επέκτασης Property Address Scanner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Your time is precious. Don’t waste it copying and pasting addresses to a spreadsheet like it’s 1999. Take back your time and focus on what matters most - generating leads and finding your next best opportunity.

With Property Address Scanner, instantly scan any webpage and extract the property addresses with just one click. Export those addresses to an Excel or CSV file or get more details from external sites such as Zillow, Redfin, Realtor.com, or Google Maps.

As a PropertyRadar user, you can also export the addresses to a list in PropertyRadar, or get full property and owner information, including owner phone numbers.

FOR FREE USERS
* Scan the web page you’re on for property addresses.
* Export parsed and formatted addresses to a CSV or Excel file.
* Open properties in Zillow, Redfin, Realtor.com or Google maps.

FOR PROPERTYRADAR USERS
* Without having to leave the web page you’re on, you can…
* Instantly view property and owner data (contacts, property info, value & equity, transactions).
* Import scanned addresses directly to a PropertyRadar list.
* Get owner phones and emails.
* Save data about the address in PropertyRadar (status, interest level, notes).
* Add the property to a List in PropertyRadar
* Get or email a Property & Owner Profile report about the Property.
* Lookup any property address.

About PropertyRadar
PropertyRadar is the hyperlocal lead generation platform that property-centric small local businesses use to discover, understand, and connect with new customers. Since 2007, thousands of businesses have used to PropertyRadar to accelerate their growth using the incredible opportunities found in public record data.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Property Address Scanner Property Address Scanner
ID pdidiffbfejmlkkcgkkmcpkkiinjcmoc
Επίσημο URL https://chromewebstore.google.com/detail/property-address-scanner/pdidiffbfejmlkkcgkkmcpkkiinjcmoc
Περιγραφή Extract property addresses from any web page to CSV or Excel. See full property and owner details with a PropertyRadar subscription
Μέγεθος Αρχείου 8.12 MB
Αριθμός Εγκαταστάσεων 1,155
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2023-04-12
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://propertyradar.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.propertyradar.com/features/property-address-scanner
Διεύθυνση URL της Σελίδας Βοήθειας https://help.propertyradar.com/en/articles/6980776-adding-the-chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.propertyradar.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Property Address Scanner",
    "description": "Extract property addresses from any web page to CSV or Excel. See full property and owner details with a PropertyRadar subscription",
    "version": "1.6",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/s3.amazonaws.com\/ https:\/\/files.propertyradar.com\/;"
    },
    "icons": {
        "16": "assets\/images\/16.png",
        "32": "assets\/images\/32.png",
        "48": "assets\/images\/48.png",
        "64": "assets\/images\/64.png",
        "128": "assets\/images\/128.png"
    },
    "action": {
        "default_title": "PropertyRadar",
        "default_icon": "assets\/images\/favicon.png"
    },
    "host_permissions": [
        "*:\/\/*.propertyradar.com\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs",
        "clipboardWrite",
        "cookies"
    ],
    "background": {
        "service_worker": "lib\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "lib\/background.css",
                "lib\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "flutter_service_worker.js",
                "sidebar.html",
                "main.dart.js",
                "logo.gif",
                "lib\/background.css",
                "lib\/content.css",
                "lib\/content.js",
                "vendor\/fingerprint.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}