MindMeister Quick Access
This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar
What is MindMeister Quick Access?
MindMeister Quick Access is a Chrome extension developed by https://www.mindmeister.com, and its main feature is "This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar".
Extension Screenshots
Download MindMeister Quick Access Extension CRX File
Download MindMeister Quick Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MindMeister Quick Access |
ID | ppmacakdbohpklnhpaecpoohbkapggpo |
Official URL | https://chromewebstore.google.com/detail/mindmeister-quick-access/ppmacakdbohpklnhpaecpoohbkapggpo |
Description | This extension lets you quickly access your personal MindMeister mind maps from the Chrome toolbar |
File Size | 132 KB |
Installation Count | 30,405 |
Current Version | 1.7 |
Last Updated | 2019-06-29 |
Publish Date | 2019-06-27 |
Rating | 4.24/5 Total 46 Ratings |
Developer | https://www.mindmeister.com |
Payment Type | free |
Extension Website | http://www.mindmeister.com |
Help Page URL | https://support.mindmeister.com/hc/en-us |
Privacy Policy Page URL | https://www.mindmeister.com/privacy |
Supported Languages | 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\/" ] } |