MindMeister Quick Access

This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar

MindMeister Quick Accessคืออะไร?

MindMeister Quick Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mindmeister.com และคุณลักษณะหลักของมันคือ "This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MindMeister Quick Access

ดาวน์โหลดไฟล์ส่วนขยาย MindMeister Quick Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The leading online mind mapping application, MindMeister allows your team to be more innovative by providing a shared collaboration and brainstorming environment on the web. Plan projects, manage meetings, and sketch out business plans online with partners and colleagues, all in real time!

This extensions lets you access and filter your mind maps directly from the Chrome toolbar. Accessing MindMeister has never been easier. You can also create new blank maps right from the extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MindMeister Quick Access MindMeister Quick Access
ID ppmacakdbohpklnhpaecpoohbkapggpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mindmeister-quick-access/ppmacakdbohpklnhpaecpoohbkapggpo
คำอธิบาย This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 30,405
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2019-06-29
วันที่เผยแพร่ 2019-06-27
คะแนน 4.24/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา https://www.mindmeister.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mindmeister.com
URL หน้าช่วยเหลือ https://support.mindmeister.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://www.mindmeister.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MindMeister Quick Access",
    "description": "This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar",
    "version": "1.7",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "MindMeister",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": []
    },
    "permissions": [
        "https:\/\/www.mindmeister.com\/"
    ]
}