PCA Predict Real-time Address Verification

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

Cos'è PCA Predict Real-time Address Verification?

PCA Predict Real-time Address Verification è un'estensione di Chrome sviluppata da pca-chrome-app-devs, e la sua funzione principale è "Auto-fill forms with validated international addresses using PCA Predict web services.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PCA Predict Real-time Address Verification

Scarica i file di estensione PCA Predict Real-time Address Verification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PCA Predict Real-time Address Verification PCA Predict Real-time Address Verification
ID ghoaecjajgjgmildhfkbckibpamokhgc
URL Ufficiale https://chromewebstore.google.com/detail/pca-predict-real-time-add/ghoaecjajgjgmildhfkbckibpamokhgc
Descrizione Auto-fill forms with validated international addresses using PCA Predict web services.
Dimensione del File 649 KB
Conteggio Installazioni 259
Versione Corrente 1.1.1
Ultimo Aggiornamento 2018-10-15
Data di Pubblicazione 2018-10-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore pca-chrome-app-devs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.pcapredict.com
URL della Pagina della Politica sulla Privacy http://www.pcapredict.com/privacy
Lingue Supportate 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"
        ]
    }
}