MindManager Snap

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

Qu'est-ce que MindManager Snap ?

MindManager Snap est une extension Chrome développée par Corel, et sa fonction principale est "Use MindManager Snap to quickly and easily collect text, links and images into MindManager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MindManager Snap

Téléchargez les fichiers d'extension MindManager Snap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MindManager Snap MindManager Snap
ID biogjnjodhgbmajicdbamfadbccmcamb
URL Officiel https://chromewebstore.google.com/detail/mindmanager-snap/biogjnjodhgbmajicdbamfadbccmcamb
Description Use MindManager Snap to quickly and easily collect text, links and images into MindManager
Taille du Fichier 239 KB
Nombre d'Installations 4,344
Version Actuelle 1.0.121
Dernière Mise à Jour 2021-12-08
Date de Publication 2020-08-12
Évaluation 3.86/5 Total 7 Évaluations
Développeur Corel
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.mindmanager.com/
URL de la Page d'Aide https://www.mindmanager.com/support-info/
URL de la Page de Politique de Confidentialité https://www.corel.com/en/corel-privacy-policy
Langues Prises en Charge 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
}