SmartGMAIL NXT

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

SmartGMAIL NXTคืออะไร?

SmartGMAIL NXT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartthing.org และคุณลักษณะหลักของมันคือ "Allows quick email to action recording in Raiser's Edge NXT"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartGMAIL NXT

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
}