SmartGMAIL NXT

Allows quick email to action recording in Raiser's Edge NXT

SmartGMAIL NXTとは何ですか?

SmartGMAIL NXTはhttps://smartthing.orgによって開発されたChromeの拡張機能で、その主な機能は「Allows quick email to action recording in Raiser's Edge NXT」です。

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

screenshot
screenshot
screenshot

SmartGMAIL NXT拡張機能のCRXファイルをダウンロード

SmartGMAIL NXT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Provides integration between Raiser's Edge NXT and GMail to enable users to create NXT actions from email data.

 • Fast and easy to use - add actions with couple of clicks!

 • Allows users to customise action type, date, summary, text and status within NXT

 • Supports multiple email addresses

Supported Platforms: Raisers Edge NXT, GMail

If you have any queries or issues, please contact us through our helpdesk - [email protected]                    

拡張機能の基本情報

名前 SmartGMAIL NXT SmartGMAIL NXT
ID ifibojlibkgjcllojmhmhigkmedffnik
公式URL https://chromewebstore.google.com/detail/smartgmail-nxt/ifibojlibkgjcllojmhmhigkmedffnik
説明 Allows quick email to action recording in Raiser's Edge NXT
ファイルサイズ 115 KB
インストール数 126
現在のバージョン 4.1
最終更新日 2023-09-08
公開日 2020-02-03
評価 5.00/5 合計 1 レビュー
開発者 https://smartthing.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://smartthing.org/smartgmail
ヘルプページのURL https://support.smartthing.org
プライバシーポリシーページのURL https://www.smartthing.org/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartGMAIL NXT",
    "version": "4.1",
    "manifest_version": 3,
    "description": "Allows quick email to action recording in Raiser's Edge NXT",
    "icons": {
        "16": "resources\/gmail.png",
        "48": "resources\/gmail.png",
        "128": "resources\/gmail.png"
    },
    "background": {
        "service_worker": "js\/back.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/renxt.blackbaud.com\/*",
                "https:\/\/host.nxt.blackbaud.com\/*"
            ],
            "js": [
                "js\/core.js"
            ],
            "css": [
                "css\/lib\/nxt.css",
                "css\/lib\/settings.css",
                "css\/gmail.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/lib\/jquery.min.js",
                "resources\/bIcon.png",
                "resources\/x.png",
                "resources\/newwin.png",
                "js\/nxt_script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "resources\/gmail.png"
    },
    "content_security_policy": []
}