PCA Predict Real-time Address Verification

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

Vad är PCA Predict Real-time Address Verification?

PCA Predict Real-time Address Verification är en Chrome-tillägg utvecklad av pca-chrome-app-devs, och dess huvudfunktion är "Auto-fill forms with validated international addresses using PCA Predict web services.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner PCA Predict Real-time Address Verification-förlängningens CRX-fil

Ladda ner PCA Predict Real-time Address Verification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn PCA Predict Real-time Address Verification PCA Predict Real-time Address Verification
ID ghoaecjajgjgmildhfkbckibpamokhgc
Officiell webbadress https://chromewebstore.google.com/detail/pca-predict-real-time-add/ghoaecjajgjgmildhfkbckibpamokhgc
Beskrivning Auto-fill forms with validated international addresses using PCA Predict web services.
Filstorlek 649 KB
Antal Installationer 259
Aktuell Version 1.1.1
Senast Uppdaterad 2018-10-15
Publiceringsdatum 2018-10-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare pca-chrome-app-devs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.pcapredict.com
URL till Sekretesspolicy Sidan http://www.pcapredict.com/privacy
Stödda Språk 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"
        ]
    }
}