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 - это расширение Chrome, разработанное pca-chrome-app-devs, и его основная функция - "Auto-fill forms with validated international addresses using PCA Predict web services.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения PCA Predict Real-time Address Verification

Скачайте файлы расширений 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"
        ]
    }
}