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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}