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.」です。

拡張機能のスクリーンショット

screenshot

SmartZIP (Chrome edition)拡張機能のCRXファイルをダウンロード

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) 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
Eメール [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"
    ]
}