Buffer

Buffer is the best way to share great content to Social Networks from anywhere on the web.

Buffer란 무엇입니까?

Buffer은(는) https://buffer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Buffer is the best way to share great content to Social Networks from anywhere on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Buffer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Buffer Chrome extension allows you to schedule posts through Buffer.com to your favorite social sites like Instagram, Facebook, TikTok, and more!

Effortlessly capture content ideas, share articles and images, or schedule future posts with the click of button. All your content is automatically synced between your desktop and mobile account, so you can easily manage your social media content and grow your audience on the go.

Use the Buffer web app to analyze and monitor engagement, respond to comments, and manage your social media presence across all your platforms. 

The use of the chrome extension requires a Buffer account - sign up now at Buffer.com!                    

확장 프로그램 기본 정보

이름 Buffer Buffer
ID noojglkidnpfjbincgijbaiedldjfbhh
공식 URL https://chromewebstore.google.com/detail/buffer/noojglkidnpfjbincgijbaiedldjfbhh
설명 Buffer is the best way to share great content to Social Networks from anywhere on the web.
파일 크기 83.91 KB
설치 횟수 254,122
현재 버전 6.0.6
최근 업데이트 2023-11-08
출시 날짜 2020-05-15
평점 4.69/5 총 3044 개의 평점
개발자 https://buffer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://buffer.com
도움말 페이지 URL https://twitter.com/buffer
개인정보 보호 정책 페이지 URL https://buffer.com/legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/buffer.com",
    "version": "6.0.6",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Share with Buffer",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.css",
                "*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "share-to-buffer-action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "windows": "Ctrl+Shift+B",
                "mac": "Command+Shift+B",
                "chromeos": "Ctrl+Shift+B",
                "linux": "Ctrl+Shift+B"
            },
            "description": "Share to Buffer"
        }
    },
    "options_ui": {
        "page": "options.html"
    }
}