MindManager Snap

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

Cos'è MindManager Snap?

MindManager Snap è un'estensione di Chrome sviluppata da Corel, e la sua funzione principale è "Use MindManager Snap to quickly and easily collect text, links and images into MindManager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MindManager Snap

Scarica i file di estensione MindManager Snap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MindManager Snap MindManager Snap
ID biogjnjodhgbmajicdbamfadbccmcamb
URL Ufficiale https://chromewebstore.google.com/detail/mindmanager-snap/biogjnjodhgbmajicdbamfadbccmcamb
Descrizione Use MindManager Snap to quickly and easily collect text, links and images into MindManager
Dimensione del File 239 KB
Conteggio Installazioni 4,344
Versione Corrente 1.0.121
Ultimo Aggiornamento 2021-12-08
Data di Pubblicazione 2020-08-12
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore Corel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.mindmanager.com/
URL della Pagina di Aiuto https://www.mindmanager.com/support-info/
URL della Pagina della Politica sulla Privacy https://www.corel.com/en/corel-privacy-policy
Lingue Supportate 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
}