snapADDY DataQuality

The data quality booster for your CRM system

What is snapADDY DataQuality?

snapADDY DataQuality is a Chrome extension developed by https://www.snapaddy.com, and its main feature is "The data quality booster for your CRM system".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download snapADDY DataQuality Extension CRX File

Download snapADDY DataQuality extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Data chaos was yesterday! snapADDY DataQuality supports you in recording all your business contacts and automatically keeping your CRM system always up to date – thanks to intelligent update suggestions. The browser extension is directly connected to your CRM system and allows you to easily and quickly research, capture and maintain contact data right from your browser. With just one click, your CRM system is not only up to date but also checked in real-time for avoiding possible duplicates – and all without any typing! snapADDY DataQuality is the data quality booster for your CRM.

MANY SMART FUNCTIONS
• Contact capture using artificial intelligence
• Automatic duplicate check of leads, contacts and accounts
• Inventory data update based on e-mail signatures
• Qualified research of company data and contacts
• Effective update of missing contact data
• Data transfer to the CRM system without typing
• CRM-compatible business card scanner for your smartphone

SUPPORTED CRM SYSTEMS
• Salesforce
• Microsoft Dynamics
• SAP Sales Cloud
• Sugar CRM
• Pipedrive
• SuiteCRM
• Close
• Weclapp
• Sage CRM
• CentralStationCRM
• HubSpot

WHY SNAPADDY DATAQUALITY?
• Guaranteed and effortless improvement of CRM data quality 
• Simplified workflows for contact data capture 
• Greater employee acceptance of the CRM system 
• Significant savings in working time 
• More efficiency in marketing and sales

For using the application, a one-time registration on our website www.snapaddy.com is required. You can test snapADDY DataQuality for 14 days free of charge and non-binding before you decide to buy a license.

If you have any questions or suggestions regarding DataQuality, please contact us directly at [email protected]. In this way, we can reply to your email faster and in detail than to a review in the Chrome Web Store.

Does snapADDY DataQuality make your daily work easier? Feel free to recommend us to others. We look forward to your rating and review!                    

Extension Basic Information

Name snapADDY DataQuality snapADDY DataQuality
ID pijkopmmbakjnkbhlhmoiakmdjomjppo
Official URL https://chromewebstore.google.com/detail/snapaddy-dataquality/pijkopmmbakjnkbhlhmoiakmdjomjppo
Description The data quality booster for your CRM system
File Size 504 KB
Installation Count 4,002
Current Version 11.15.3
Last Updated 2023-12-14
Publish Date 2020-06-21
Rating 4.39/5 Total 23 Ratings
Developer https://www.snapaddy.com
Email [email protected]
Payment Type free
Extension Website https://www.snapaddy.com
Help Page URL https://help.snapaddy.com
Privacy Policy Page URL https://www.snapaddy.com/en/legal/privacy.html
Supported Languages de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "11.15.3",
    "version_name": "11.15.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "scripts\/background-scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-scripts\/shared\/main\/main.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/google-images\/google-images.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.snapaddy.com\/de\/index.html*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/oauth\/oauth.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.snapaddy.com\/*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/visitreport\/visitreport.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.crm.ondemand.com\/*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/smart-autocomplete\/sap-injector.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.snapaddy.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "scripts\/content-scripts\/shared\/proxy\/proxy.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "webRequest",
        "declarativeNetRequest",
        "scripting"
    ],
    "optional_permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "webrequest-rules",
                "enabled": true,
                "path": "webrequest-rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/page-scripts\/shared\/proxy.js",
                "scripts\/page-scripts\/shared\/dynamics-open-popup.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "scripts\/page-scripts\/shared\/smart-autocomplete\/sap-injector.js"
            ],
            "matches": [
                "https:\/\/*.crm.ondemand.com\/*"
            ]
        }
    ]
}