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
Eメール [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"
        ]
    }
}