PCA Predict Real-time Address Verification

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

Hvad er PCA Predict Real-time Address Verification?

PCA Predict Real-time Address Verification er en Chrome-udvidelse udviklet af pca-chrome-app-devs, og dens hovedfunktion er "Auto-fill forms with validated international addresses using PCA Predict web services.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download PCA Predict Real-time Address Verification-udvidelses-CRX-fil

Download PCA Predict Real-time Address Verification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PCA Predict Real-time Address Verification PCA Predict Real-time Address Verification
ID ghoaecjajgjgmildhfkbckibpamokhgc
Officiel URL https://chromewebstore.google.com/detail/pca-predict-real-time-add/ghoaecjajgjgmildhfkbckibpamokhgc
Beskrivelse Auto-fill forms with validated international addresses using PCA Predict web services.
Filstørrelse 649 KB
Antal Installationer 259
Nuværende Version 1.1.1
Senest Opdateret 2018-10-15
Udgivelsesdato 2018-10-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler pca-chrome-app-devs
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.pcapredict.com
URL til Fortrolighedspolitik Side http://www.pcapredict.com/privacy
Understøttede Sprog 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"
        ]
    }
}