Highlight

Supercharge Google Docs with text-synced audio recording.

Co je Highlight?

Highlight je rozšíření Chrome vyvinuté https://gethighlight.com, a jeho hlavní funkcí je „Supercharge Google Docs with text-synced audio recording.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Highlight

Stáhněte si soubory rozšíření Highlight ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Stop worrying about taking notes and be more present actually listening. Recall every word. Find the most important moments effortlessly. Never lose a recording. Highlight works inside Google Docs to record your meetings. Be fully present now, review the highlights later.

Sign up for your free account, then use Highlight to:

-	Record audio directly within Google Docs
-	Sync your notes to the recorded audio
-	Quickly search your recording by clicking anywhere in your notes
-	Hear what was said and see what you wrote simultaneously
-	Automatically organize and manage your recordings
-	Easily collaborate and share the audio with others


PRIVACY AND SECURITY

-	Your recordings are important, so Highlight takes privacy and security seriously.
-	Highlight uses the minimum possible personal information.
-	Highlight doesn’t see or store your Google Doc content. We treat everything as sensitive.
-	No one hears your audio unless you want them to. Audio files are private by default and are only ever available to collaborators who you share a Highlighted Google Doc with.
-	Recorded audio and document indexes are restricted and secured via AWS Cloud Security.


ABOUT HIGHLIGHT

Capture every word. Highlights audio recording allows you to have confidence that you won’t miss a thing.

Sync audio to text. Get the full picture of what you thought and what you heard. Highlight syncs it up for you. Don’t worry about forgetting those aha moments. Instead, jot down your Highlights.

Find exactly what you’re looking for. Highlight helps you easily recall what was important, so that insights come together naturally. You already sat through an hour-long meeting. Don’t spend another hour searching your notes for those lightbulb moments.

Document playback. Never worry about getting that quote or sound bite wrong. Highlight gives you confidence that you have every word available to you for whenever you need it.

Quick search. Quickly search for your keywords and highlights. Don’t spend time scrubbing for important moments in a conversation, find them in seconds, and spend more time expanding on your ideas.

Live Collaboration. Take notes and discover insights with teammates in real-time. Collaborate on interview synthesis by keeping a living record of what was said and what was thought.

Native to G Suite. Use the system you know and love. Skip the extra training and stress of switching to a new app. With Highlight, you can search Google Drive for old notes with ease.

Stay clutter free. Highlight recordings are stored in the cloud along with your Google Docs, making sure you don’t clutter up other devices or lose a recording.                    

Základní Informace o Rozšíření

Název Highlight Highlight
ID nffionklkilbohdkhcmkbbkofhkbmggl
Oficiální URL https://chromewebstore.google.com/detail/highlight/nffionklkilbohdkhcmkbbkofhkbmggl
Popis Supercharge Google Docs with text-synced audio recording.
Velikost souboru 9.59 MB
Počet instalací 439
Aktuální Verze 1.6.57
Poslední Aktualizace 2023-11-28
Datum Vydání 2021-04-21
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář https://gethighlight.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gethighlight.com/
URL Stránky Nápovědy https://gethighlight.com/support
URL Stránky Zásad Ochrany Soukromí https://gethighlight.com/privacy-notice
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight",
    "description": "Supercharge Google Docs with text-synced audio recording. ",
    "version": "1.6.57",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/icon16.png",
            "48": "assets\/img\/icon48.png",
            "128": "assets\/img\/highlight_logo_128.png"
        },
        "default_title": "Highlight",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "css": [
                "static\/css\/main.575eff4e.chunk.css"
            ],
            "js": [
                "static\/js\/2.63434deb.chunk.js",
                "static\/js\/main.1a8b0728.chunk.js",
                "static\/js\/runtime-main.770dd8aa.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start",
            "js": [
                ".\/canvasFallback.js"
            ]
        },
        {
            "matches": [
                "https:\/\/gethighlight.com\/spa\/*"
            ],
            "css": [],
            "js": [
                ".\/websiteContentScript.js",
                ".\/getExtensionShortcuts.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/highlight_logo_128.png"
    },
    "web_accessible_resources": [
        "permissions.html",
        "syncPayloadUtil.js",
        "highlightCanvasAssignElementsToAPINode.js",
        "highlightCanvasParseAPIResponse.js",
        "assets\/audio\/chime.mp3",
        "assets\/img\/up-arrow.svg",
        "assets\/img\/down-arrow.svg",
        "assets\/img\/google-sign-in.svg",
        "assets\/img\/loading-skeleton.svg",
        "assets\/img\/loading-skeleton-full.svg",
        "assets\/img\/highlight_logo_128.png",
        "assets\/img\/waveform.gif",
        "assets\/img\/waveform2.gif",
        "assets\/img\/paused-waveform.png",
        "assets\/img\/full_logo.svg",
        "assets\/img\/patterned-background.svg",
        "assets\/font\/Campton-Bold.otf",
        "assets\/font\/Campton-Light.otf",
        "assets\/img\/zoom-icon.png"
    ],
    "permissions": [
        "activeTab",
        "webRequest",
        "https:\/\/docs.google.com\/document\/d\/*",
        "storage",
        "unlimitedStorage",
        "desktopCapture",
        "https:\/\/*.lr-ingest.io",
        "identity",
        "*:\/\/*.highlight-api.gethighlight.com\/*"
    ],
    "commands": {
        "play_pause": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space"
            },
            "description": "Play\/Pause playback or recording"
        },
        "rewind_ten": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+Left"
            },
            "description": "Rewind 10 seconds."
        },
        "forward_ten": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+Right"
            },
            "description": "Forward 10 seconds."
        },
        "begin_or_end_recording": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Begin\/End Recording."
        }
    },
    "content_security_policy": "child-src 'self' https:\/\/content-docs.googleapis.com\/ blob:; worker-src 'self' blob:; script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com\/js\/client.js https:\/\/apis.google.com\/ https:\/\/browser.sentry-cdn.com https:\/\/unpkg.com\/[email protected]\/dist\/mediainfo.min.js 'sha256-PMS6iFMX\/BPcEuloojvWaQltamiNYqSV1hECrmggMs4=' 'unsafe-eval'; object-src 'self'  connect-src: *.sentry.io",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgd9FFpz3D6h4th2lW3tGESs0azGkXUAX34GUEXEk\/6d\/hW9k5QCVgtsqpL01seU9j8Rv2Dah1qGIOclhhio+lyyKDSe4nrXk\/rAcmwk1rDvm1q8Heg000HYH+hvXlAiG8uWr5GStQY3CKi1aMBSfD33JgIARk\/6PvKJGVX3c3ibAxvIG58skPUO9AQEdzOOlivNmrHfnl8r11js2pyz64uXMm0jUjM0G3nw+AA3itPP+fYPqFkTPGabOa\/lQXIh9\/1wmIZ5iQuTL8HGmFrwg2gTLBczwqWj7SnNUAbZOp0e+adeEi0LQ1HX4djeJyRWfdAigWmQujQYPWNZ3umiVaQIDAQAB"
}