snapADDY DataQuality

The data quality booster for your CRM system

Was ist snapADDY DataQuality?

snapADDY DataQuality ist eine Chrome-Erweiterung, die von https://www.snapaddy.com entwickelt wurde, und ihr Hauptmerkmal ist "The data quality booster for your CRM system".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

snapADDY DataQuality-Erweiterungs-CRX-Datei herunterladen

Laden Sie snapADDY DataQuality-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name snapADDY DataQuality snapADDY DataQuality
ID pijkopmmbakjnkbhlhmoiakmdjomjppo
Offizielle URL https://chromewebstore.google.com/detail/snapaddy-dataquality/pijkopmmbakjnkbhlhmoiakmdjomjppo
Beschreibung The data quality booster for your CRM system
Dateigröße 504 KB
Installationsanzahl 4,002
Aktuelle Version 11.15.3
Letztes Update 2023-12-14
Veröffentlichungsdatum 2020-06-21
Bewertung 4.39/5 Insgesamt 23 Bewertungen
Entwickler https://www.snapaddy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.snapaddy.com
Hilfeseite URL https://help.snapaddy.com
URL der Datenschutzrichtlinien-Seite https://www.snapaddy.com/en/legal/privacy.html
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}