myReach Web Clipper

Save the things that matter on the web in an interconnected network

myReach Web Clipper란 무엇입니까?

myReach Web Clipper은(는) myReach에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save the things that matter on the web in an interconnected network"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

myReach Web Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing myReach: Unleash Your Productivity with AI-Powered Superpowers

Discover the browser extension that revolutionizes how you save, organize, and access your digital knowledge. myReach is your second brain, seamlessly integrating with your browser to empower you with AI-driven intelligence and effortless retrieval of information.

📚 Save Anything, Find Everything: Capture websites, files, images, notes, and contacts effortlessly, and connect them to relevant tags. No more struggling to remember where you saved that important document or the name of a website – myReach lets you search based on your personal context, empowering you to find what you need quickly and effortlessly.

💡 AI-Assistant at Your Fingertips: Meet Rich, your smart AI-Assistant powered by myReach. Simply ask Rich any question about your saved items, and it will instantly provide answers. Whether you need contract details, summarized articles, or reminders from your past conversations, Rich has the knowledge to assist you effortlessly. No more tedious searching or reading through endless pages – just ask and get instant answers.

🗂️ Organize Your Way: Say goodbye to traditional folders and embrace the freedom of myReach’s flexible workspaces. Create customized workspaces to separate business and personal matters, ensuring efficient organization and effortless collaboration for teams. With myReach, everyone can find the same document using their own context, eliminating the need for extensive training or navigating complex folder structures.

🔍 Intelligent Search, Even in Images: Extracted text from images and files makes every piece of content searchable, delivering unparalleled convenience and efficiency. Locate information buried within images effortlessly, saving you time and frustration.

⚡️ Enhance and Integrate: Customize your saved items with properties like rating, description, cost, and more, allowing for deeper organization and personalization. Seamlessly integrate myReach with your favorite tools, including Evernote, Zapier, Twitter, Google Maps, and more, expanding its capabilities and streamlining your workflow.

Welcome to your personal knowledge hub, designed to boost productivity and streamline information retrieval. With myReach, your browser gains superpowers, empowering you to save, connect, and access your digital world effortlessly. Embrace the future of intelligent organization and download myReach today.

Get myReach, and unlock a world of limitless knowledge at your fingertips                    

확장 프로그램 기본 정보

이름 myReach Web Clipper myReach Web Clipper
ID kegfimibbdadlkgbiijhljlolgfndcem
공식 URL https://chromewebstore.google.com/detail/myreach-web-clipper/kegfimibbdadlkgbiijhljlolgfndcem
설명 Save the things that matter on the web in an interconnected network
파일 크기 277 KB
설치 횟수 901
현재 버전 1.3.5
최근 업데이트 2023-12-23
출시 날짜 2023-06-04
평점 5.00/5 총 4 개의 평점
개발자 myReach
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://myreach.io
도움말 페이지 URL https://forum.rea.ch/
개인정보 보호 정책 페이지 URL https://myreach.io/privacy-policies
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "myReach Web Clipper",
    "version": "1.3.5",
    "description": "Save the things that matter on the web in an interconnected network",
    "author": "MY REACH",
    "short_name": "myReach",
    "background": {
        "service_worker": "background\/main.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks",
        "scripting",
        "webRequest",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/api.rea.ch\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/images\/logo\/16.png",
            "24": "assets\/images\/logo\/24.png",
            "32": "assets\/images\/logo\/32.png",
            "48": "assets\/images\/logo\/48.png",
            "64": "assets\/images\/logo\/64.png",
            "128": "assets\/images\/logo\/128.png",
            "256": "assets\/images\/logo\/256.png"
        }
    },
    "commands": {
        "open-extension": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Open myReach Extension"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.rea.ch\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_end",
            "js": [
                "injected\/main\/import-main.js"
            ],
            "css": [
                "styles\/dom.css",
                "assets\/icons\/main\/style.css",
                "assets\/icons\/subtypes\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/logo\/16.png",
        "24": "assets\/images\/logo\/24.png",
        "32": "assets\/images\/logo\/32.png",
        "48": "assets\/images\/logo\/48.png",
        "64": "assets\/images\/logo\/64.png",
        "128": "assets\/images\/logo\/128.png",
        "256": "assets\/images\/logo\/256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/base.css",
                "styles\/colors.css",
                "styles\/fonts.css",
                "styles\/icons.css",
                "styles\/inputs.css",
                "styles\/keyboard-key.css",
                "styles\/layout.css",
                "styles\/lists.css",
                "styles\/release-log.css",
                "styles\/spacings.css",
                "assets\/icons\/main\/style.css",
                "assets\/icons\/subtypes\/style.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/release-logs.json",
                "assets\/release-logs\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/images\/logo\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/images\/core\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/icons\/main\/fonts\/*",
                "assets\/icons\/subtypes\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "injected\/main\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}