Magazine Manager & Newspaper Manager

Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.

¿Qué es Magazine Manager & Newspaper Manager?

Magazine Manager & Newspaper Manager es una extensión de Chrome desarrollada por Mirabel Technologies Inc., y su función principal es "Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Magazine Manager & Newspaper Manager

Descarga archivos de extensión Magazine Manager & Newspaper Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Connect the Magazine/Newspaper Manager CRM with a Gmail or Outlook/Microsoft 365 email account to allow users to see Contact details and CRM notes within the email inbox and copy emails and their attachments directly into the CRM.

Magazine/Newspaper Manager is the global leader in magazine publishing software solutions, serving over 18,000+ publications worldwide. It was the first web-based CRM built for publishers. In a unified platform, the Magazine Manager includes a sales CRM, centralized ad order entry system, production, billing, digital pagination and editions, marketing automation, circulation, audience development, a full subscription suite, an email verification system, and more.                    

Información Básica de la Extensión

Nombre Magazine Manager & Newspaper Manager Magazine Manager & Newspaper Manager
ID lpbnaffkibfbolkopnfancfnocoojnbh
URL Oficial https://chromewebstore.google.com/detail/magazine-manager-newspape/lpbnaffkibfbolkopnfancfnocoojnbh
Descripción Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.
Tamaño del Archivo 168 KB
Cantidad de Instalaciones 290
Versión Actual 1.8
Última Actualización 2023-12-09
Fecha de Publicación 2022-09-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Mirabel Technologies Inc.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.magazinemanager.com
URL de la Página de Ayuda https://www.magazinemanager.com/contact/
URL de la Página de Política de Privacidad https://www.mirabeltechnologies.com/mirabel/privacy-statement
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magazine Manager & Newspaper Manager",
    "description": "Manage the notes of Magazine\/Newspaper Manager CRM emails through Gmail or Outlook\/Microsoft 365 email services.",
    "version": "1.8",
    "manifest_version": 3,
    "icons": {
        "16": "gmail\/images\/mm-icon.png",
        "48": "gmail\/images\/mm-icon.png",
        "128": "gmail\/images\/mm-icon.png"
    },
    "background": {
        "service_worker": "background\/outlook.js"
    },
    "host_permissions": [
        "https:\/\/outlook.live.com\/*",
        "https:\/\/outlook.office.com\/*",
        "https:\/\/outlook.office365.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "gmail\/index.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "gmail\/index.dde74c86.css"
            ]
        },
        {
            "js": [
                "outlook\/index.js"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ],
            "css": [
                "outlook\/index.99f95f54.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "gmail\/images\/*",
                "gmail\/scripts\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "outlook\/images\/*"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "activeTab"
    ]
}