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.".
Снимки экрана расширения
Скачать файл CRX расширения SmartZIP (Chrome edition)
Скачайте файлы расширений 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
Основная информация о расширении
Название | 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" ] } |