SmartZIP (Chrome edition)

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

Qu'est-ce que SmartZIP (Chrome edition) ?

SmartZIP (Chrome edition) est une extension Chrome développée par https://www.smartthing.org, et sa fonction principale est "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SmartZIP (Chrome edition)

Téléchargez les fichiers d'extension SmartZIP (Chrome edition) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SmartZIP (Chrome edition) SmartZIP (Chrome edition)
ID kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
URL Officiel https://chromewebstore.google.com/detail/smartzip-chrome-edition/kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
Description Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
Taille du Fichier 58.58 KB
Nombre d'Installations 54
Version Actuelle 1.84
Dernière Mise à Jour 2020-10-02
Date de Publication 2019-08-05
Développeur https://www.smartthing.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.smartthing.org/smartzip
URL de la Page d'Aide http://support.smartthing.org
URL de la Page de Politique de Confidentialité https://www.smartthing.org/privacy-policy
Langues Prises en Charge 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"
    ]
}