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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-fill forms with validated international addresses using PCA Predict web services."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PCA Predict Real-time Address Verification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}