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 هو إضافة Chrome تم تطويرها بواسطة Mirabel Technologies Inc.، والميزة الرئيسية لها هي "Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Magazine Manager & Newspaper Manager
قم بتنزيل ملفات الامتداد Magazine Manager & Newspaper Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://www.magazinemanager.com/contact/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |