Highlight

Supercharge Google Docs with text-synced audio recording.

Qu'est-ce que Highlight ?

Highlight est une extension Chrome développée par https://gethighlight.com, et sa fonction principale est "Supercharge Google Docs with text-synced audio recording.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Highlight

Téléchargez les fichiers d'extension Highlight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Highlight Highlight
ID nffionklkilbohdkhcmkbbkofhkbmggl
URL Officiel https://chromewebstore.google.com/detail/highlight/nffionklkilbohdkhcmkbbkofhkbmggl
Description Supercharge Google Docs with text-synced audio recording.
Taille du Fichier 9.59 MB
Nombre d'Installations 439
Version Actuelle 1.6.57
Dernière Mise à Jour 2023-11-28
Date de Publication 2021-04-21
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://gethighlight.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gethighlight.com/
URL de la Page d'Aide https://gethighlight.com/support
URL de la Page de Politique de Confidentialité https://gethighlight.com/privacy-notice
Langues Prises en Charge 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"
}