SmartZIP (Chrome edition)
Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
O que é SmartZIP (Chrome edition)?
SmartZIP (Chrome edition) é uma extensão do Chrome desenvolvida por https://www.smartthing.org, e sua principal característica é "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SmartZIP (Chrome edition)
Baixe arquivos de extensão SmartZIP (Chrome edition) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | SmartZIP (Chrome edition) |
ID | kcljmnbnfdbjhpmhepkcgcdhhfidkgbn |
URL Oficial | https://chromewebstore.google.com/detail/smartzip-chrome-edition/kcljmnbnfdbjhpmhepkcgcdhhfidkgbn |
Descrição | Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details. |
Tamanho do Arquivo | 58.58 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.84 |
Última Atualização | 2020-10-02 |
Data de Publicação | 2019-08-05 |
Desenvolvedor | https://www.smartthing.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.smartthing.org/smartzip |
URL da Página de Ajuda | http://support.smartthing.org |
URL da Página de Política de Privacidade | https://www.smartthing.org/privacy-policy |
Idiomas Suportados | 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" ] } |