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
官方網址 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"
    ]
}