MindManager Snap

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

MindManager Snapคืออะไร?

MindManager Snap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Corel และคุณลักษณะหลักของมันคือ "Use MindManager Snap to quickly and easily collect text, links and images into MindManager"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MindManager Snap

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}