MindManager Snap

Use MindManager Snap to quickly and easily collect text, links and images into MindManager

MindManager Snapとは何ですか?

MindManager SnapはCorelによって開発されたChromeの拡張機能で、その主な機能は「Use MindManager Snap to quickly and easily collect text, links and images into MindManager」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

MindManager Snap拡張機能のCRXファイルをダウンロード

MindManager Snap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The MindManager Snap Chrome extension lets you add links, text, and images to your MindManager maps and diagrams from your Chrome browser.

MindManager is a mind mapping and visual work management software that helps your simplify the way you capture, organize and share information, by transforming scattered ideas and data into dynamic digital mind maps, flowcharts, org charts, timelines, matrices, Kanban boards and more. 

With the MindManager Snap Chrome extension, you can enrich, expand and improve your maps in exciting new ways, with just a simple right-click!  Snapped content stays safe and secure in a cloud-based queue until you’re ready to drag and drop it to your map.                    

拡張機能の基本情報

名前 MindManager Snap MindManager Snap
ID biogjnjodhgbmajicdbamfadbccmcamb
公式URL https://chromewebstore.google.com/detail/mindmanager-snap/biogjnjodhgbmajicdbamfadbccmcamb
説明 Use MindManager Snap to quickly and easily collect text, links and images into MindManager
ファイルサイズ 239 KB
インストール数 4,344
現在のバージョン 1.0.121
最終更新日 2021-12-08
公開日 2020-08-12
評価 3.86/5 合計 7 レビュー
開発者 Corel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.mindmanager.com/
ヘルプページのURL https://www.mindmanager.com/support-info/
プライバシーポリシーページのURL https://www.corel.com/en/corel-privacy-policy
対応言語 de,en,fr,nl,es,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.121",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": "default-src 'self' 'sha256-nMxMqdZhkHxz5vAuW\/PAoLvECzzsmeAxD\/BNwG15HuA='; frame-src 'self' https:\/\/cloud.mindmanager.com\/ https:\/\/mindmanager.auth0.com\/; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; connect-src https:\/\/cloud.mindmanager.com\/ http:\/\/cloud.mindmanager.com\/ blob:; font-src https:\/\/fonts.gstatic.com; img-src blob:",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "webNavigation",
        "https:\/\/cloud.mindmanager.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0VvV8RM4FLJv\/IEqnXd4T9N3\/pykXgfayzkwEiksIF5CXwSpZ3B2XY2705XGp4ThRnmezv\/OkTqmD6kgqE9fHHcIzYXXDyuIBgGJb59rpQ3FmoD4ZnLM\/3J5j4tr5zCuUJzyMXlUktK3Zk\/CoDsXA83OejPojrtcayL9uRqPc8COAjA0xGOyNTfRmmwH2DGxkQBFCMdgkVklokh9a\/hFSAoSeDqd0WbrINT1UP6s70cE5nK4lrbTBbQaq8QgZvOfxJlEzitgCq9QlLGM8c1K67q25hjqxyoTSaRpkmqOaSr+qtN7qUPSz7iK6c2gVTbAHydL\/FKE19KT6cxRkZmzuwIDAQAB",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "commonDefines.js",
                "mimeTypes.js",
                "captureSender.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "mimeTypes.js",
            "commonDefines.js",
            "util.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "SignIn.html",
        "default_title": "Snap to MindManager",
        "icon": {
            "16": "images\/MindManager16.png",
            "32": "images\/MindManager32.png",
            "48": "images\/MindManager48.png",
            "128": "images\/MindManager128.png"
        }
    },
    "icons": {
        "16": "images\/MindManager16.png",
        "32": "images\/MindManager32.png",
        "48": "images\/MindManager48.png",
        "128": "images\/MindManager128.png"
    },
    "manifest_version": 2
}