Outline for Chrome

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

Outline for Chrome là gì?

Outline for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Outline Software, và tính năng chính của nó là "Outline for Chrome puts customer-led powers at your fingertips where you work.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Outline for Chrome

Tải xuống các tệp mở rộng Outline for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Outline for Chrome Outline for Chrome
ID lbjbklgfdlacdbfdhkknpcialnnjfage
URL Chính Thức https://chrome.google.com/webstore/detail/outline-for-chrome/lbjbklgfdlacdbfdhkknpcialnnjfage
Mô tả Outline for Chrome puts customer-led powers at your fingertips where you work.
Kích Thước Tệp 481 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2021-10-11
Ngày Phát Hành 2021-03-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Outline Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://heyoutline.com
URL Trang Chính Sách Bảo Mật https://www.heyoutline.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}