SmartZIP (Chrome edition)

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

ما هو SmartZIP (Chrome edition)؟

SmartZIP (Chrome edition) هو إضافة Chrome تم تطويرها بواسطة https://www.smartthing.org، والميزة الرئيسية لها هي "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SmartZIP (Chrome edition)

قم بتنزيل ملفات الامتداد SmartZIP (Chrome edition) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم SmartZIP (Chrome edition) SmartZIP (Chrome edition)
ID kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/smartzip-chrome-edition/kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
الوصف Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
حجم الملف 58.58 KB
عدد التثبيتات 54
النسخة الحالية 1.84
آخر تحديث 2020-10-02
تاريخ النشر 2019-08-05
المطور https://www.smartthing.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.smartthing.org/smartzip
عنوان صفحة المساعدة http://support.smartthing.org
عنوان صفحة سياسة الخصوصية https://www.smartthing.org/privacy-policy
اللغات المدعومة 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"
    ]
}