Boards: One-click Content Sharing on Web

Boards. Your business in your fingertips. Boards brings your business into your fingertips, with the chrome extension so you can…

Boards: One-click Content Sharing on Web là gì?

Boards: One-click Content Sharing on Web là một tiện ích mở rộng Chrome được phát triển bởi Boards.com, và tính năng chính của nó là "Boards. Your business in your fingertips. Boards brings your business into your fingertips, with the chrome extension so you can…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boards: One-click Content Sharing on Web

Tải xuống các tệp mở rộng Boards: One-click Content Sharing on Web 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

                        Boards. Your business in your fingertips.

Boards brings your business into your fingertips, with the chrome extension so you can engage with customers in the fastest and most professional way on any channel (Messenger, WhatsApp, TikTok, Instagram, facebook etc.) Using a suite of products including a mobile app and keyboard, web app, and Chrome extension.

With this new and powerful extension, business owners and their teams can now respond to customers faster than ever and improve productivity from the get-go.

Whether you’re communicating on Messenger, WhatsApp, TikTok, Instagram, or any other messaging or social channel on the web, you can insert your Boards content with just one click, saving time and improving customer satisfaction.

How does it work?

1. Organize all your business content in one place (the Boards web app synched with mobile)
2. Share it with your team and collaborate.
3. Send it to customers on any channel using the Boards extension.                    

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

Tên Boards: One-click Content Sharing on Web Boards: One-click Content Sharing on Web
ID aealdhlkhncgkajfddopemnjlmggkigm
URL Chính Thức https://chromewebstore.google.com/detail/boards-one-click-content/aealdhlkhncgkajfddopemnjlmggkigm
Mô tả Boards. Your business in your fingertips. Boards brings your business into your fingertips, with the chrome extension so you can…
Kích Thước Tệp 2.21 MB
Số Lần Cài Đặt 15,239
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-07-16
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Boards.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.boards.com
URL Trang Trợ Giúp https://www.support.boards.so/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.boards.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boards: One-click Content Sharing on Web",
    "version": "0.2.2",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/app.boards.com\/*",
            "https:\/\/app.dev.brd.so\/*",
            "https:\/\/app1.dev.brd.so\/*",
            "https:\/\/app2.dev.brd.so\/*",
            "https:\/\/app3.dev.brd.so\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "welcome.html",
                "audio.png",
                "content-tooltip.svg",
                "empty-board.svg",
                "empty-folder.svg",
                "howto.mov",
                "icon-staging.png",
                "image.png",
                "page-fallback.png",
                "pdf-error.png",
                "pin.mov",
                "vimeo.png",
                "youtube.png",
                "shared.js",
                "lib.js",
                "firebase.js",
                "dependencies.js",
                "boards-web-ui.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}