Mautic Helper

Mautic Helper Extension

什么是Mautic Helper?

Mautic Helper是由virlatinus开发的Chrome扩展程序,该扩展的主要功能是“Mautic Helper Extension”。

扩展截图

screenshot
screenshot
screenshot

下载Mautic Helper扩展crx文件

下载Mautic Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension keeps track of the contacts timeline in Mautic. 
It also adds the option to track emails sent from Gmail.                    

扩展基本信息

名称 Mautic Helper 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
帮助页面URL 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"
    ]
}