Mazrica

Mazrica - クラウド営業支援ツール

What is Mazrica?

Mazrica is a Chrome extension developed by mazrica inc., and its main feature is "Mazrica - クラウド営業支援ツール".

Extension Screenshots

screenshot
screenshot

Download Mazrica Extension CRX File

Download Mazrica 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

                        ~ 営業をもっと自由に、もっと創造的に ~

Mazrica(マツリカ)は、営業管理だけではなく営業プロセスを直接的に支援するクラウド型営業支援ソフトウェアで、
営業パーソンの「いつ」「誰に」「何を」「どのように」アクションを行うか、そのすべてに新しい気づきを与えます

Mazricaは「組織ナレッジの活用」に着目し、AIアルゴリズムを用いてそれらの課題を解決することで、
営業組織内の全ての人を直接的に支援できる、新しい次世代の営業支援ツールです

このアプリはMazricaユーザのみが利用することができます

[利用可能な方]
当ExtensionはMazricaユーザのみが利用することができます

[インストールにより実施できること]
・Gmail上でMazricaの取引先登録、案件登録、アクション登録が可能です
・Gmailで送信したメール、添付資料、送信先メールアドレスをMazricaに登録が可能です
・Gmail上でMazricaに登録されている情報参照が可能です                    

Extension Basic Information

Name Mazrica Mazrica
ID ahiceflobaihbfkdgfammhjpapcchkci
Official URL https://chromewebstore.google.com/detail/mazrica/ahiceflobaihbfkdgfammhjpapcchkci
Description Mazrica - クラウド営業支援ツール
File Size 1.17 MB
Installation Count 1,780
Current Version 13.9
Last Updated 2024-01-31
Publish Date 2020-06-11
Rating 5.00/5 Total 2 Ratings
Developer mazrica inc.
Email [email protected]
Payment Type free
Extension Website http://product-senses.mazrica.com/
Help Page URL https://intercom.help/senses_manual/ja/
Privacy Policy Page URL https://mazrica.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "13.9",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16.png",
        "128": ".\/images\/icon-120.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Mazrica MV3",
        "default_icon": {
            "16": ".\/images\/icon-16.png",
            "128": ".\/images\/icon-120.png"
        }
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/accounts.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/*.googleusercontent.com\/",
        "https:\/\/sense-api.mazrica.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/sense-api.mazrica.com\/auth\/google_oauth2\/callback*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ]
}