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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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. |
Eメール | [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" ] } |