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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
}