Outline for Chrome

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

什么是Outline for Chrome?

Outline for Chrome是由Outline Software开发的Chrome扩展程序,该扩展的主要功能是“Outline for Chrome puts customer-led powers at your fingertips where you work.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Outline for Chrome扩展crx文件

下载Outline for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Outline for Chrome Outline for Chrome
ID lbjbklgfdlacdbfdhkknpcialnnjfage
官方URL https://chrome.google.com/webstore/detail/outline-for-chrome/lbjbklgfdlacdbfdhkknpcialnnjfage
简介 Outline for Chrome puts customer-led powers at your fingertips where you work.
文件大小 481 KB
安装次数 26
当前版本 1.11
更新时间 2021-10-11
上架时间 2021-03-03
评分 5.00/5 共3次评分
开发者 Outline Software
电子邮箱 [email protected]
付费类型 free
扩展官网 https://heyoutline.com
隐私政策页面URL https://www.heyoutline.com/privacy
支持的语言 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"
    ]
}