Beep! - Review Websites 4x Faster

Fastest annotion/feedback/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share.

Beep! - Review Websites 4x Faster란 무엇입니까?

Beep! - Review Websites 4x Faster은(는) https://justbeepit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fastest annotion/feedback/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Beep! - Review Websites 4x Faster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Beep makes it a breeze to share feedback, explanations and instructions effectively online. Just point & click on anything on the web, write your thoughts and share them with anyone (via tagging, email or a link) - screenshots automatically included!

Beep is 4x faster than having video calls, sharing screenshots or screen recordings. 

- tag anyone to instantly notify them about feedback
- each feedback turns into task making it easy to manage them
- you can share beeps with anyone via a link
- integrate with notion, jira and more

Beep has a free and paid plans. You start with a free plan and can use it forever.                    

확장 프로그램 기본 정보

이름 Beep! - Review Websites 4x Faster Beep! - Review Websites 4x Faster
ID ikaaobembkokejbemkilhcdadlchjagn
공식 URL https://chromewebstore.google.com/detail/beep-review-websites-4x-f/ikaaobembkokejbemkilhcdadlchjagn
설명 Fastest annotion/feedback/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share.
파일 크기 13.1 MB
설치 횟수 773
현재 버전 4.4
최근 업데이트 2024-02-26
출시 날짜 2023-01-18
평점 4.71/5 총 17 개의 평점
개발자 https://justbeepit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.justbeepit.com/
도움말 페이지 URL https://triangular-rhubarb-1c1.notion.site/Beep-Support-Page-ac273d73f8c34c22834635261d6b7036
개인정보 보호 정책 페이지 URL https://justbeepit.vercel.app/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beep! - Review Websites 4x Faster",
    "description": "Fastest annotion\/feedback\/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share.",
    "version": "4.4",
    "icons": {
        "16": ".\/assets\/b01.png",
        "32": ".\/assets\/b012x.png",
        "48": ".\/assets\/b0148px.png",
        "128": ".\/assets\/b01128px.png"
    },
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "cookies",
        "identity",
        "notifications",
        "unlimitedStorage",
        "tabCapture",
        "offscreen"
    ],
    "oauth2": {
        "client_id": "371646061772-ov87btljvcj7tqabt3hbbf9u7g025kth.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "requestPermission.html",
                "requestPermission.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content.css",
                "public.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "idle.js"
            ],
            "match_origin_as_fallback": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "home.html",
        "default_title": "Click ALT+C to create new Beep!",
        "default_icon": {
            "16": ".\/assets\/b01.png",
            "32": ".\/assets\/b012x.png",
            "48": ".\/assets\/b0148px.png",
            "128": ".\/assets\/b01128px.png"
        }
    },
    "commands": {
        "new_beep": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Create new beep!"
        },
        "toolbar": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T"
            },
            "description": "Hide\/Show Toolbar"
        },
        "imagine": {
            "suggested_key": {
                "default": "Alt+I",
                "mac": "Alt+I"
            },
            "description": "Imagine"
        }
    }
}