snapADDY DataQuality

The data quality booster for your CRM system

Co je snapADDY DataQuality?

snapADDY DataQuality je rozšíření Chrome vyvinuté https://www.snapaddy.com, a jeho hlavní funkcí je „The data quality booster for your CRM system“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření snapADDY DataQuality

Stáhněte si soubory rozšíření snapADDY DataQuality ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název snapADDY DataQuality snapADDY DataQuality
ID pijkopmmbakjnkbhlhmoiakmdjomjppo
Oficiální URL https://chromewebstore.google.com/detail/snapaddy-dataquality/pijkopmmbakjnkbhlhmoiakmdjomjppo
Popis The data quality booster for your CRM system
Velikost souboru 504 KB
Počet instalací 4,002
Aktuální Verze 11.15.3
Poslední Aktualizace 2023-12-14
Datum Vydání 2020-06-21
Hodnocení 4.39/5 Celkem 23 Hodnocení
Vývojář https://www.snapaddy.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.snapaddy.com
URL Stránky Nápovědy https://help.snapaddy.com
URL Stránky Zásad Ochrany Soukromí https://www.snapaddy.com/en/legal/privacy.html
Podporované Jazyky 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\/*"
            ]
        }
    ]
}