SmartGMAIL NXT
Allows quick email to action recording in Raiser's Edge NXT
SmartGMAIL NXT क्या है?
SmartGMAIL NXT https://smartthing.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows quick email to action recording in Raiser's Edge NXT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SmartGMAIL NXT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |