Outline for Chrome

Outline for Chrome puts customer-led powers at your fingertips where you work.

Wat is Outline for Chrome?

Outline for Chrome is een Chrome-extensie ontwikkeld door Outline Software, en de belangrijkste functie is "Outline for Chrome puts customer-led powers at your fingertips where you work.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Outline for Chrome

Download Outline for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Grow your customers, together. 

Outline unifies customer activity across internal and external platforms, enabling you to unlock insights, measure impact, and grow personalized relationships with the people using your product, anywhere they are.


Why Customer-Led Growth?

It's more important than ever to align your teams around the customer. But the pieces to the puzzle live scattered across your organization. It's been impossible to get every customer-facing team on the same page...until now. 


Align internally. Connect externally. Accelerate success for your users.

Outline is designed for seamless handoffs, prioritized requests, product health scores, go-to-market materials, customer communities, and outbound engagement.

Collect: Capture the voice of the customer at scale

Customer needs, feedback, and priorities live silo'd across teams and products. With Outline, you can easily capture the voice of the customer throughout the customer lifecycle.

Align: Get all of your teams on the same page

Outline's cross-team workflows and automated follow-ups ensure everyone is aligned around the customer. 

Engage: All your go-to-market materials in one place

Outline's customer-facing workspace brings your customers directly into the loop. Ensure the most successful outcomes are delivered to your customers at scale.


Outline works where you do

Gain and grow revenue throughout the customer lifecycle: sales, customer success, product, and marketing. One-click integrations allow you to get your workspace set up in minutes with Salesforce, Hubspot, Gmail, Outlook, Jira, Linear, Intercom and the Chrome browser.


Outline for Chrome

Outline for Chrome puts customer-led powers at your fingertips where you work. Create highlights and search Outline for customers, collections, posts, notes, and highlights.

Available from any site your customers give you feedback, a few quick keyboard shortcuts will keep help you stay aligned with your team, customers, and vision.


Chrome Features

Keyboard shortcuts

Note: These may have to be set by going to chrome://extensions/shortcuts and manually updating.

Open Highlight: Ctrl/Cmd + Shift + X
Open Search: Ctrl/Cmd + Shift + S
Open Outline: Ctrl/Cmd + Shift + O
Open extension popup: Ctrl/Cmd + Shift + P

Context Menu

Highlight text and right-click or right-click anywhere to launch the Create Highlight or Search functionality.                    

Basisinformatie over de Extensie

Naam Outline for Chrome Outline for Chrome
ID lbjbklgfdlacdbfdhkknpcialnnjfage
Officiële URL https://chrome.google.com/webstore/detail/outline-for-chrome/lbjbklgfdlacdbfdhkknpcialnnjfage
Beschrijving Outline for Chrome puts customer-led powers at your fingertips where you work.
Bestandsgrootte 481 KB
Aantal Installaties 26
Huidige Versie 1.11
Laatst Bijgewerkt 2021-10-11
Publicatiedatum 2021-03-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Outline Software
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://heyoutline.com
URL van de Privacybeleid Pagina https://www.heyoutline.com/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "manifest_version": 2,
    "version": "1.11",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/heyoutline.com",
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        },
        "default_title": "__MSG_extActionTitle__"
    },
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    },
    "background": {
        "scripts": [
            "js\/backgroundApi.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.heyoutline.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "css\/app.css"
            ]
        }
    ],
    "commands": {
        "OPEN-CREATE-HIGHLIGHT": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "Create Highlight in Outline"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Open Outline extension popup"
        },
        "OPEN-OUTLINE": {
            "suggested_key": {
                "default": "Ctrl+Shift+O"
            },
            "description": "Open Outline"
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "fonts\/Graphik-Bold.otf",
        "fonts\/Graphik-Medium.otf",
        "fonts\/Graphik-Regular.otf",
        "fonts\/*.otf"
    ]
}