Acrolinx for Chrome

This extension adds the Acrolinx sidebar to any page.

Acrolinx for Chrome là gì?

Acrolinx for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.acrolinx.com, và tính năng chính của nó là "This extension adds the Acrolinx sidebar to any page.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Acrolinx 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

                        Acrolinx is an AI-powered platform that eliminates content chaos and delivers strategy-aligned content, at scale. 

Our technology captures the way your enterprise communicates, aligns your content with your guidelines, shortens your editorial process with automation, and analyzes the performance of your entire content operation.

Get customers faster, keep them longer, and reduce risks in communication.

As you write, the Acrolinx Sidebar guides you to create content that’s aligned with your strategy.  Acrolinx ensures you’re using the words and phrases that are relevant to your company tone of voice and the audience you’re trying to reach. See where your content is strong and where it could be stronger with a detailed Acrolinx Scorecard and Analytics insights. 

Acrolinx is not a stand-alone authoring tool. It works directly with your company’s existing Acrolinx installation. If your company already uses Acrolinx, the instructions below will help you get started. 
If your company doesn’t have Acrolinx installed (or you’re not sure) we’d love to help you learn more. 

Visit www.acrolinx.com to discover how your organization can communicate with one clear voice.                    

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

Tên Acrolinx for Chrome Acrolinx for Chrome
ID pgenbnkcpmebbcoeeekefkmblmblppbj
URL Chính Thức https://chromewebstore.google.com/detail/acrolinx-for-chrome/pgenbnkcpmebbcoeeekefkmblmblppbj
Mô tả This extension adds the Acrolinx sidebar to any page.
Kích Thước Tệp 649 KB
Số Lần Cài Đặt 3,682
Phiên Bản Hiện Tại 1.7.0.1737
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2020-05-18
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.acrolinx.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.acrolinx.com/
URL Trang Trợ Giúp https://docs.acrolinx.com/chrome/latest/en
URL Trang Chính Sách Bảo Mật https://www.acrolinx.com/privacy-notice
Ngôn Ngữ Được Hỗ Trợ de,en,fr,sv,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Acrolinx for Chrome",
    "description": "This extension adds the Acrolinx sidebar to any page.",
    "default_locale": "en",
    "version": "1.7.0.1737",
    "author": "Acrolinx GmbH",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/acrolinx-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar-iframe\/*",
                "acrolinx-sidebar-sdk\/*",
                "acrolinx-sidebar-startpage\/*",
                "bowser\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "pgenbnkcpmebbcoeeekefkmblmblppbj"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/browser-action-64.png",
        "default_title": "__MSG_title__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}