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
官方網址 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"
    ]
}