SmartZIP (Chrome edition)
Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
Wat is SmartZIP (Chrome edition)?
SmartZIP (Chrome edition) is een Chrome-extensie ontwikkeld door https://www.smartthing.org, en de belangrijkste functie is "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartZIP (Chrome edition)
Download SmartZIP (Chrome edition)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | SmartZIP (Chrome edition) |
ID | kcljmnbnfdbjhpmhepkcgcdhhfidkgbn |
Officiële URL | https://chromewebstore.google.com/detail/smartzip-chrome-edition/kcljmnbnfdbjhpmhepkcgcdhhfidkgbn |
Beschrijving | Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details. |
Bestandsgrootte | 58.58 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.84 |
Laatst Bijgewerkt | 2020-10-02 |
Publicatiedatum | 2019-08-05 |
Ontwikkelaar | https://www.smartthing.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.smartthing.org/smartzip |
Help Pagina-URL | http://support.smartthing.org |
URL van de Privacybeleid Pagina | https://www.smartthing.org/privacy-policy |
Ondersteunde Talen | 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" ] } |