Beep! - Review Websites 4x Faster

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

¿Qué es Beep! - Review Websites 4x Faster?

Beep! - Review Websites 4x Faster es una extensión de Chrome desarrollada por https://justbeepit.com, y su función principal es "Fastest annotion/feedback/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Beep! - Review Websites 4x Faster

Descarga archivos de extensión Beep! - Review Websites 4x Faster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Beep! - Review Websites 4x Faster Beep! - Review Websites 4x Faster
ID ikaaobembkokejbemkilhcdadlchjagn
URL Oficial https://chromewebstore.google.com/detail/beep-review-websites-4x-f/ikaaobembkokejbemkilhcdadlchjagn
Descripción Fastest annotion/feedback/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share.
Tamaño del Archivo 13.1 MB
Cantidad de Instalaciones 773
Versión Actual 4.4
Última Actualización 2024-02-26
Fecha de Publicación 2023-01-18
Calificación 4.71/5 Total de 17 Calificaciones
Desarrollador https://justbeepit.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.justbeepit.com/
URL de la Página de Ayuda https://triangular-rhubarb-1c1.notion.site/Beep-Support-Page-ac273d73f8c34c22834635261d6b7036
URL de la Página de Política de Privacidad https://justbeepit.vercel.app/privacypolicy
Idiomas Soportados 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"
        }
    }
}