Mautic Helper
Mautic Helper Extension
Vad är Mautic Helper?
Mautic Helper är en Chrome-tillägg utvecklad av virlatinus, och dess huvudfunktion är "Mautic Helper Extension".
Tilläggsskärmbilder
Ladda ner Mautic Helper-förlängningens CRX-fil
Ladda ner Mautic Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension keeps track of the contacts timeline in Mautic. It also adds the option to track emails sent from Gmail.
Grundläggande Information om Tillägg
Namn | Mautic Helper |
ID | glpjomjkomefedfilfhgoijnfkneifje |
Officiell webbadress | https://chromewebstore.google.com/detail/mautic-helper/glpjomjkomefedfilfhgoijnfkneifje |
Beskrivning | Mautic Helper Extension |
Filstorlek | 1.03 MB |
Antal Installationer | 760 |
Aktuell Version | 0.9.4 |
Senast Uppdaterad | 2016-10-13 |
Publiceringsdatum | 2016-10-13 |
Betyg | 2.71/5 Totalt 17 Betyg |
Utvecklare | virlatinus |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.mautic.org |
Hjälpsida URL | https://github.com/virlatinus/Mautic-Documentation/blob/GmailPlugin/plugins/gmail.md |
Stödda Språk | 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" ] } |