ZaapIT for Salesforce

Eliminate duplicates & improve data quality like never before

ZaapIT for Salesforce क्या है?

ZaapIT for Salesforce https://zaapit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Eliminate duplicates & improve data quality like never before"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ZaapIT for Salesforce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Manage your Salesforce's CRM data like never before, prevent and eliminate your duplicates en masse and automatically.
The app offers a wide array of data management features such as mass actions, auto actions, mass emails, maps and others. The app is compatible with any Salesforce version (classic & lightning) and can handle any Salesforce object.

Main Features:
✔ Mass Merge: Merge multiple records into multiple-uniques, keep key data and related information (combine / copy if empty / copy to field). 
✔ Auto Merge, Merge Jobs and reports: run daily / hourly / automatically, works with any object (custom objects, opportunity, cases, etc)
✔ Selective-Merge
✔ Bulk Actions: Mass Update, Mass Delete, Mass Clone, Mass create, Mass Merge, Mass convert, Mass Inline Edit, Mass Format (lowercase/proper case/etc), Mass Find and Replace, Mass Editor, ETL. 
✔ Auto lead conversion - auto convert based on matched record or condition
✔ Custom / fuzzy dedupe
✔ Email validation and verification + bounce detection
✔ Advanced Import with duplicates avoidance with advanced options i.e. a lot more advance than dataloader
✔ Logs / Backup files
✔ Search, sorts, filters, groupings
✔ Related list: ZaapIT's merge & convert related list & field-data (field-combine-rules with merge strategy options). 
✔ Cross object duplication cleansing: leads & contact, leads & accounts, custom object & custom object (multi-field support).
✔ Bulk Emails

Main De-duplication Reports / tabs that are available in the app:
✔ Jobs: scheduled report, custom dedupe, import jobs / daily - hourly jobs / findids, scheduled merge.
✔ Find matching records - AI based de-duplication report, an admin can generate full duplicates report.
✔ Similar leads / contacts report - same name / email
✔ Leads with a Matching Contact or Account: same name/ email / company & account.name
✔ Merge duplicate for attachments (save space)

Demo video: https://www.youtube.com/watch?v=VzjyR61GB_U
Video Guides: http://www.zaapit.com/page/Videos

Relevant searches: bulk update, bulk edit, bulk merge, import, bulk import, bulk convert, bulk delete, duplicates cleansing, duplicates cleaning, clean duplicates, duplicates removal, data deduplication, CRM Data Cleansing, mass actions, devtools, data loader for Salesforce, mass data editor for Salesforce, salesforce mass editor, salesforce editor, salesforce data management, salesforce duplicates management                    

एक्सटेंशन की मूल जानकारी

नाम ZaapIT for Salesforce ZaapIT for Salesforce
ID aikoloonlgkkkmgebijmegndgjkpekje
आधिकारिक URL https://chromewebstore.google.com/detail/zaapit-for-salesforce/aikoloonlgkkkmgebijmegndgjkpekje
विवरण Eliminate duplicates & improve data quality like never before
फ़ाइल का आकार 10.13 KB
स्थापना संख्या 303
वर्तमान संस्करण 1.16
अंतिम अपडेट 2023-09-08
प्रकाशन तिथि 2021-07-29
रेटिंग 4.94/5 कुल 161 रेटिंग्स
डेवलपर https://zaapit.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.zaapit.com/
सहायता पृष्ठ URL https://www.zaapit.com/page/about-us
गोपनीयता नीति पृष्ठ URL https://www.zaapit.com/page/Terms-and-Conditions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZaapIT for Salesforce",
    "description": "Eliminate duplicates & improve data quality like never before",
    "version": "1.16",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/packagingSetupUI\/ipLanding.app*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.zaapit.com\/page\/Install-apps"
            ],
            "js": [
                "contentScriptZP.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.force.com\/lightning\/*zaapit__*"
            ],
            "js": [
                "pg_founzp.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*..zaapit.com\/*",
        "https:\/\/*..force.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "ZaapIT Installer",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}