Outline for Chrome

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

What is Outline for Chrome?

Outline for Chrome is a Chrome extension developed by Outline Software, and its main feature is "Outline for Chrome puts customer-led powers at your fingertips where you work.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Outline for Chrome Extension CRX File

Download Outline for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Outline for Chrome Outline for Chrome
ID lbjbklgfdlacdbfdhkknpcialnnjfage
Official URL https://chrome.google.com/webstore/detail/outline-for-chrome/lbjbklgfdlacdbfdhkknpcialnnjfage
Description Outline for Chrome puts customer-led powers at your fingertips where you work.
File Size 481 KB
Installation Count 26
Current Version 1.11
Last Updated 2021-10-11
Publish Date 2021-03-03
Rating 5.00/5 Total 3 Ratings
Developer Outline Software
Email [email protected]
Payment Type free
Extension Website https://heyoutline.com
Privacy Policy Page URL https://www.heyoutline.com/privacy
Supported Languages 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"
    ]
}