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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage the notes of Magazine/Newspaper Manager CRM emails through Gmail or Outlook/Microsoft 365 email services."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magazine Manager & Newspaper Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |