Magazine Manager & Newspaper Manager

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

什么是Magazine Manager & Newspaper Manager?

Magazine Manager & Newspaper Manager是由Mirabel Technologies Inc.开发的Chrome扩展程序,该扩展的主要功能是“Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.”。

扩展截图

screenshot
screenshot

下载Magazine Manager & Newspaper Manager扩展crx文件

下载Magazine Manager & Newspaper Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Magazine Manager & Newspaper Manager Magazine Manager & Newspaper Manager
ID lpbnaffkibfbolkopnfancfnocoojnbh
官方URL https://chromewebstore.google.com/detail/magazine-manager-newspape/lpbnaffkibfbolkopnfancfnocoojnbh
简介 Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.
文件大小 168 KB
安装次数 290
当前版本 1.8
更新时间 2023-12-09
上架时间 2022-09-20
评分 5.00/5 共1次评分
开发者 Mirabel Technologies Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.magazinemanager.com
帮助页面URL https://www.magazinemanager.com/contact/
隐私政策页面URL https://www.mirabeltechnologies.com/mirabel/privacy-statement
支持的语言 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"
    ]
}