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
Eメール [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"
    ]
}