Mautic Helper
Mautic Helper Extension
ما هو Mautic Helper؟
Mautic Helper هو إضافة Chrome تم تطويرها بواسطة virlatinus، والميزة الرئيسية لها هي "Mautic Helper Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mautic Helper
قم بتنزيل ملفات الامتداد Mautic Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension keeps track of the contacts timeline in Mautic. It also adds the option to track emails sent from Gmail.
معلومات أساسية عن التمديد
الاسم | Mautic Helper |
ID | glpjomjkomefedfilfhgoijnfkneifje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mautic-helper/glpjomjkomefedfilfhgoijnfkneifje |
الوصف | Mautic Helper Extension |
حجم الملف | 1.03 MB |
عدد التثبيتات | 760 |
النسخة الحالية | 0.9.4 |
آخر تحديث | 2016-10-13 |
تاريخ النشر | 2016-10-13 |
تقييم | 2.71/5 مجموع تقييمات 17 |
المطور | virlatinus |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.mautic.org |
عنوان صفحة المساعدة | https://github.com/virlatinus/Mautic-Documentation/blob/GmailPlugin/plugins/gmail.md |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Mautic Helper", "default_locale": "en", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Mautic Helper Extension", "background": { "page": "background.html" }, "homepage_url": "http:\/\/mautic.com", "version": "0.9.4", "options_page": "pages\/options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icons\/button_d.png", "default_title": "Mautic Helper Extension" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation", "notifications" ] } |