Magazine Manager & Newspaper Manager

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

Qu'est-ce que Magazine Manager & Newspaper Manager ?

Magazine Manager & Newspaper Manager est une extension Chrome développée par Mirabel Technologies Inc., et sa fonction principale est "Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Magazine Manager & Newspaper Manager

Téléchargez les fichiers d'extension Magazine Manager & Newspaper Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Magazine Manager & Newspaper Manager Magazine Manager & Newspaper Manager
ID lpbnaffkibfbolkopnfancfnocoojnbh
URL Officiel https://chromewebstore.google.com/detail/magazine-manager-newspape/lpbnaffkibfbolkopnfancfnocoojnbh
Description Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.
Taille du Fichier 168 KB
Nombre d'Installations 290
Version Actuelle 1.8
Dernière Mise à Jour 2023-12-09
Date de Publication 2022-09-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mirabel Technologies Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.magazinemanager.com
URL de la Page d'Aide https://www.magazinemanager.com/contact/
URL de la Page de Politique de Confidentialité https://www.mirabeltechnologies.com/mirabel/privacy-statement
Langues Prises en Charge 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"
    ]
}