MindManager Snap

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

Hvad er MindManager Snap?

MindManager Snap er en Chrome-udvidelse udviklet af Corel, og dens hovedfunktion er "Use MindManager Snap to quickly and easily collect text, links and images into MindManager".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download MindManager Snap-udvidelses-CRX-fil

Download MindManager Snap-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MindManager Snap MindManager Snap
ID biogjnjodhgbmajicdbamfadbccmcamb
Officiel URL https://chromewebstore.google.com/detail/mindmanager-snap/biogjnjodhgbmajicdbamfadbccmcamb
Beskrivelse Use MindManager Snap to quickly and easily collect text, links and images into MindManager
Filstørrelse 239 KB
Antal Installationer 4,344
Nuværende Version 1.0.121
Senest Opdateret 2021-12-08
Udgivelsesdato 2020-08-12
Bedømmelse 3.86/5 Samlet 7 Bedømmelser
Udvikler Corel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.mindmanager.com/
Hjælpeside-URL https://www.mindmanager.com/support-info/
URL til Fortrolighedspolitik Side https://www.corel.com/en/corel-privacy-policy
Understøttede Sprog 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
}