Mautic Helper
Mautic Helper Extension
What is Mautic Helper?
Mautic Helper is a Chrome extension developed by virlatinus, and its main feature is "Mautic Helper Extension".
Extension Screenshots
Download Mautic Helper Extension CRX File
Download Mautic Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension keeps track of the contacts timeline in Mautic. It also adds the option to track emails sent from Gmail.
Extension Basic Information
Name | Mautic Helper |
ID | glpjomjkomefedfilfhgoijnfkneifje |
Official URL | https://chromewebstore.google.com/detail/mautic-helper/glpjomjkomefedfilfhgoijnfkneifje |
Description | Mautic Helper Extension |
File Size | 1.03 MB |
Installation Count | 760 |
Current Version | 0.9.4 |
Last Updated | 2016-10-13 |
Publish Date | 2016-10-13 |
Rating | 2.71/5 Total 17 Ratings |
Developer | virlatinus |
[email protected] | |
Payment Type | free |
Extension Website | http://www.mautic.org |
Help Page URL | https://github.com/virlatinus/Mautic-Documentation/blob/GmailPlugin/plugins/gmail.md |
Supported Languages | 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" ] } |