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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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. |
이메일 | [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" ] } |