PCA Predict Real-time Address Verification

Auto-fill forms with validated international addresses using PCA Predict web services.

What is PCA Predict Real-time Address Verification?

PCA Predict Real-time Address Verification is a Chrome extension developed by pca-chrome-app-devs, and its main feature is "Auto-fill forms with validated international addresses using PCA Predict web services.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PCA Predict Real-time Address Verification Extension CRX File

Download PCA Predict Real-time Address Verification 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

                        The PCA Predict Chrome extension enables you to validate addresses as you type them into forms in your browser, ideal for cloud-based CRM solutions, ePOS or back-office systems where data quality is important. 

Capture accurate contact details at point of entry in:

- Salesforce CRM*
- MS Dynamics CRM*
- Magento Customer Admin

Requires a PCA Predict account with credit. Credit used only when a valid address is selected to auto-fill the address form. 

* Per user licence applies in addition to credit used per address validation.                    

Extension Basic Information

Name PCA Predict Real-time Address Verification PCA Predict Real-time Address Verification
ID ghoaecjajgjgmildhfkbckibpamokhgc
Official URL https://chromewebstore.google.com/detail/pca-predict-real-time-add/ghoaecjajgjgmildhfkbckibpamokhgc
Description Auto-fill forms with validated international addresses using PCA Predict web services.
File Size 649 KB
Installation Count 259
Current Version 1.1.1
Last Updated 2018-10-15
Publish Date 2018-10-15
Rating 5.00/5 Total 1 Ratings
Developer pca-chrome-app-devs
Email [email protected]
Payment Type free
Extension Website http://www.pcapredict.com
Privacy Policy Page URL http://www.pcapredict.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PCA Predict Real-time Address Verification",
    "description": "Auto-fill forms with validated international addresses using PCA Predict web services.",
    "version": "1.1.1",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/",
        "storage",
        "webNavigation"
    ],
    "icons": {
        "16": "img\/16-device.png",
        "19": "img\/19-device.png",
        "38": "img\/38-device.png",
        "48": "img\/48-device.png",
        "128": "img\/128-device.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16-device.png",
            "19": "img\/19-device.png",
            "38": "img\/38-device.png",
            "48": "img\/48-device.png",
            "128": "img\/128-device.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lib\/comms.js",
            "lib\/credentials.js",
            "lib\/storage.js",
            "lib\/services.js",
            "background.js"
        ]
    }
}