SmartZIP (Chrome edition)

Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.

Was ist SmartZIP (Chrome edition)?

SmartZIP (Chrome edition) ist eine Chrome-Erweiterung, die von https://www.smartthing.org entwickelt wurde, und ihr Hauptmerkmal ist "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.".

Erweiterungsscreenshots

screenshot

SmartZIP (Chrome edition)-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartZIP (Chrome edition)-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

                        SmartZIP allows you to quickly enter addresses using an international search by address lines, ZIP or postcode. The address is entered correctly formatted into your database.

 • SmartZIP provides rapid data cleaning at point of entry - proven to be more significantly more accurate than bulk data cleaning and to reduce marketing costs associated with inaccurate data
 • Works for over 100 countries - truely international
 • Cheaper and faster per lookup than Blackbaud equivalent
 • Supports Blackbaud CRM, Raiser's Edge NXT and eTapestry products                    

Grundlegende Informationen zur Erweiterung

Name SmartZIP (Chrome edition) SmartZIP (Chrome edition)
ID kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
Offizielle URL https://chromewebstore.google.com/detail/smartzip-chrome-edition/kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
Beschreibung Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
Dateigröße 58.58 KB
Installationsanzahl 54
Aktuelle Version 1.84
Letztes Update 2020-10-02
Veröffentlichungsdatum 2019-08-05
Entwickler https://www.smartthing.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.smartthing.org/smartzip
Hilfeseite URL http://support.smartthing.org
URL der Datenschutzrichtlinien-Seite https://www.smartthing.org/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartZIP (Chrome edition)",
    "description": "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.",
    "version": "1.84",
    "icons": {
        "16": "resources\/icon.png",
        "48": "resources\/icon.png",
        "128": "resources\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/renxt.blackbaud.com\/*",
                "*:\/\/host.nxt.blackbaud.com\/*",
                "*:\/\/*.etapestry.com\/prod\/editPersona.do*",
                "*:\/\/*\/*\/webui\/webshellpage.aspx*"
            ],
            "js": [
                "js\/load.min.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/user-nxt.min.js",
        "js\/jquery.min.js",
        "js\/user-etapestry.min.js",
        "js\/user-bbcrm.min.js"
    ]
}