Outline for Chrome

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

Co to jest Outline for Chrome?

Outline for Chrome to rozszerzenie Chrome opracowane przez Outline Software, a jego główną funkcją jest „Outline for Chrome puts customer-led powers at your fingertips where you work.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Outline for Chrome

Pobierz pliki rozszerzeń Outline for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Outline for Chrome Outline for Chrome
ID lbjbklgfdlacdbfdhkknpcialnnjfage
Oficjalny URL https://chrome.google.com/webstore/detail/outline-for-chrome/lbjbklgfdlacdbfdhkknpcialnnjfage
Opis Outline for Chrome puts customer-led powers at your fingertips where you work.
Rozmiar pliku 481 KB
Liczba instalacji 26
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2021-10-11
Data Publikacji 2021-03-03
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Outline Software
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://heyoutline.com
Adres URL Strony Polityki Prywatności https://www.heyoutline.com/privacy
Obsługiwane Języki 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"
    ]
}