SmartZIP (Chrome edition)
Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
什么是SmartZIP (Chrome edition)?
SmartZIP (Chrome edition)是由https://www.smartthing.org开发的Chrome扩展程序,该扩展的主要功能是“Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.”。
扩展截图
下载SmartZIP (Chrome edition)扩展crx文件
下载SmartZIP (Chrome edition)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面URL | http://support.smartthing.org |
| 隐私政策页面URL | 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"
]
} | |