MindMeister Quick Access

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

MindMeister Quick Access란 무엇입니까?

MindMeister Quick Access은(는) https://www.mindmeister.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MindMeister Quick Access 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}