SmartOUTLOOK NXT

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

O que é SmartOUTLOOK NXT?

SmartOUTLOOK NXT é uma extensão do Chrome desenvolvida por https://smartthing.org, e sua principal característica é "Allows quick email to action recording in Raiser's Edge NXT".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SmartOUTLOOK NXT

Baixe arquivos de extensão SmartOUTLOOK NXT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Provides integration between Raiser's Edge NXT and Outlook mail services 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
 • Office 365 Web mail services (OWA)
 • Live Mail service

If you are using a platform that you think we should support, or have any queries or issues, please contact us through our helpdesk - [email protected]                    

Informações Básicas da Extensão

Nome SmartOUTLOOK NXT SmartOUTLOOK NXT
ID dbamcgjghlobpojjecgbmdhohihklfjg
URL Oficial https://chromewebstore.google.com/detail/smartoutlook-nxt/dbamcgjghlobpojjecgbmdhohihklfjg
Descrição Allows quick email to action recording in Raiser's Edge NXT
Tamanho do Arquivo 139 KB
Contagem de Instalações 134
Versão Atual 3.981
Última Atualização 2021-12-24
Data de Publicação 2020-02-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://smartthing.org
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://smartthinghelp.zendesk.com/hc/en-us
URL da Página de Política de Privacidade https://www.smartthing.org/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartOUTLOOK NXT",
    "version": "3.981",
    "manifest_version": 2,
    "description": "Allows quick email to action recording in Raiser's Edge NXT",
    "browser_action": {
        "default_icon": "resources\/outlook.png"
    },
    "icons": {
        "16": "resources\/outlook.png",
        "48": "resources\/outlook.png",
        "128": "resources\/outlook.png"
    },
    "background": {
        "scripts": [
            "js\/back.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/renxt.blackbaud.com\/*",
                "https:\/\/host.nxt.blackbaud.com\/*",
                "file:\/\/\/*\/email_*.html"
            ],
            "js": [
                "js\/core.js"
            ],
            "css": [
                "css\/lib\/nxt.css",
                "css\/lib\/settings.css",
                "css\/outlook.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/lib\/jquery.min.js",
        "js\/websrc.js",
        "resources\/bIcon.png",
        "resources\/x.png",
        "resources\/newwin.png"
    ]
}