Minerva — Create How-To Guides in Seconds
Minerva is the easiest way to capture and share clickable instructions for anything on the internet!
Minerva — Create How-To Guides in Seconds란 무엇입니까?
Minerva — Create How-To Guides in Seconds은(는) https://minervaknows.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minerva is the easiest way to capture and share clickable instructions for anything on the internet!"입니다.
확장 프로그램 스크린샷
Minerva — Create How-To Guides in Seconds 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create a how-to guide in seconds. Share your guide everywhere. With Minerva, you can do more online in less time. Our Google Chrome Extension works on top of any website or platform and allows you to capture any process. Minerva creates three assets automatically for you, while you work: - An on-screen guide showing you where to click and what to do next; - A video tutorial complete with step text read aloud; - An FAQ page with screenshots showing you exactly what to do Installs in seconds! - It only takes two clicks to get started. Save time! You no longer need to search for a step on a page. Follow the dot during our interactive guide experience and find what you’re looking for easier, and faster. Share with just one click - Record your steps, share them with anyone, and embed your guide anywhere you want. Our mission is to make it effortless for anyone to do anything online. KEY FEATURES: - Record or follow a how-to “interactive” guide. - Add screenshots or generate videos for your guide - 1-click sharing or embed your guide on any page - Favorite any public guides and organize them in your personal library - Additional features include automatic guide creation, private guides, team collaboration, SDK Access, and much more. How we save our clients time: “I have plans to update all of my tech processes and create onboarding tutorials with it. In every instance it’s been used, the feedback has been positive. And not just positive - mindblown!” -Molly Capriotti, Operations Specialist at Lifelabs
확장 프로그램 기본 정보
이름 | Minerva — Create How-To Guides in Seconds |
ID | fmnkjhgnmnllimijijhkokmigchmpmcd |
공식 URL | https://chromewebstore.google.com/detail/minerva-%E2%80%94-create-how-to-g/fmnkjhgnmnllimijijhkokmigchmpmcd |
설명 | Minerva is the easiest way to capture and share clickable instructions for anything on the internet! |
파일 크기 | 458 KB |
설치 횟수 | 6,567 |
현재 버전 | 3.0.32 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2020-08-25 |
평점 | 5.00/5 총 15 개의 평점 |
개발자 | https://minervaknows.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://minervaknows.com |
도움말 페이지 URL | https://help.minervaknows.com |
개인정보 보호 정책 페이지 URL | https://www.minervaknows.com/Minerva-Knows-Privacy-Notice-10.23.2020.pdf |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minerva \u2014 Create How-To Guides in Seconds", "version": "3.0.32", "description": "Minerva is the easiest way to capture and share clickable instructions for anything on the internet!", "action": { "default_icon": { "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-128.png" }, "default_title": "Minerva" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-128.png" }, "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "optional_permissions": [ "webNavigation" ], "host_permissions": [ " |