SmartZIP (Chrome edition)

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

SmartZIP (Chrome edition) là gì?

SmartZIP (Chrome edition) là một tiện ích mở rộng Chrome được phát triển bởi https://www.smartthing.org, và tính năng chính của nó là "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartZIP (Chrome edition)

Tải xuống các tệp mở rộng SmartZIP (Chrome edition) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartZIP (Chrome edition) SmartZIP (Chrome edition)
ID kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
URL Chính Thức https://chromewebstore.google.com/detail/smartzip-chrome-edition/kcljmnbnfdbjhpmhepkcgcdhhfidkgbn
Mô tả Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
Kích Thước Tệp 58.58 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.84
Cập Nhật Lần Cuối 2020-10-02
Ngày Phát Hành 2019-08-05
Nhà Phát Triển https://www.smartthing.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.smartthing.org/smartzip
URL Trang Trợ Giúp http://support.smartthing.org
URL Trang Chính Sách Bảo Mật https://www.smartthing.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}