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란 무엇입니까?

Boards: One-click Content Sharing on Web은(는) Boards.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boards. Your business in your fingertips. Boards brings your business into your fingertips, with the chrome extension so you can…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Boards: One-click Content Sharing on Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Boards: One-click Content Sharing on Web Boards: One-click Content Sharing on Web
ID aealdhlkhncgkajfddopemnjlmggkigm
공식 URL https://chromewebstore.google.com/detail/boards-one-click-content/aealdhlkhncgkajfddopemnjlmggkigm
설명 Boards. Your business in your fingertips. Boards brings your business into your fingertips, with the chrome extension so you can…
파일 크기 2.21 MB
설치 횟수 15,239
현재 버전 0.2.2
최근 업데이트 2024-02-28
출시 날짜 2023-07-16
평점 5.00/5 총 9 개의 평점
개발자 Boards.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.boards.com
도움말 페이지 URL https://www.support.boards.so/hc/en-us
개인정보 보호 정책 페이지 URL https://www.boards.com/privacy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}