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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}