Buffer

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

Bufferคืออะไร?

Buffer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buffer.com และคุณลักษณะหลักของมันคือ "Buffer is the best way to share great content to Social Networks from anywhere on the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buffer

ดาวน์โหลดไฟล์ส่วนขยาย Buffer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}