PCA Predict Real-time Address Verification

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

PCA Predict Real-time Address Verification là gì?

PCA Predict Real-time Address Verification là một tiện ích mở rộng Chrome được phát triển bởi pca-chrome-app-devs, và tính năng chính của nó là "Auto-fill forms with validated international addresses using PCA Predict web services.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PCA Predict Real-time Address Verification

Tải xuống các tệp mở rộng PCA Predict Real-time Address Verification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PCA Predict Real-time Address Verification PCA Predict Real-time Address Verification
ID ghoaecjajgjgmildhfkbckibpamokhgc
URL Chính Thức https://chromewebstore.google.com/detail/pca-predict-real-time-add/ghoaecjajgjgmildhfkbckibpamokhgc
Mô tả Auto-fill forms with validated international addresses using PCA Predict web services.
Kích Thước Tệp 649 KB
Số Lần Cài Đặt 259
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2018-10-15
Ngày Phát Hành 2018-10-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển pca-chrome-app-devs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.pcapredict.com
URL Trang Chính Sách Bảo Mật http://www.pcapredict.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}