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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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) |
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" ] } |