SmartZIP (Chrome edition)
Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.
Vad är SmartZIP (Chrome edition)?
SmartZIP (Chrome edition) är en Chrome-tillägg utvecklad av https://www.smartthing.org, och dess huvudfunktion är "Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details.".
Tilläggsskärmbilder
Ladda ner SmartZIP (Chrome edition)-förlängningens CRX-fil
Ladda ner SmartZIP (Chrome edition)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | SmartZIP (Chrome edition) |
ID | kcljmnbnfdbjhpmhepkcgcdhhfidkgbn |
Officiell webbadress | https://chromewebstore.google.com/detail/smartzip-chrome-edition/kcljmnbnfdbjhpmhepkcgcdhhfidkgbn |
Beskrivning | Integrates Blackbaud CRM, Raiser's Edge NXT and eTapestry with SmartZIP - accurately input address details. |
Filstorlek | 58.58 KB |
Antal Installationer | 54 |
Aktuell Version | 1.84 |
Senast Uppdaterad | 2020-10-02 |
Publiceringsdatum | 2019-08-05 |
Utvecklare | https://www.smartthing.org |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.smartthing.org/smartzip |
Hjälpsida URL | http://support.smartthing.org |
URL till Sekretesspolicy Sidan | https://www.smartthing.org/privacy-policy |
Stödda Språk | 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" ] } |