PCA Predict Real-time Address Verification

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

什么是PCA Predict Real-time Address Verification?

PCA Predict Real-time Address Verification是由pca-chrome-app-devs开发的Chrome扩展程序,该扩展的主要功能是“Auto-fill forms with validated international addresses using PCA Predict web services.”。

扩展截图

screenshot
screenshot
screenshot

下载PCA Predict Real-time Address Verification扩展crx文件

下载PCA Predict Real-time Address Verification扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PCA Predict Real-time Address Verification PCA Predict Real-time Address Verification
ID ghoaecjajgjgmildhfkbckibpamokhgc
官方URL https://chromewebstore.google.com/detail/pca-predict-real-time-add/ghoaecjajgjgmildhfkbckibpamokhgc
简介 Auto-fill forms with validated international addresses using PCA Predict web services.
文件大小 649 KB
安装次数 259
当前版本 1.1.1
更新时间 2018-10-15
上架时间 2018-10-15
评分 5.00/5 共1次评分
开发者 pca-chrome-app-devs
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.pcapredict.com
隐私政策页面URL http://www.pcapredict.com/privacy
支持的语言 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"
        ]
    }
}