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文件

下載Beep! - Review Websites 4x Faster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}