Buffer

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

Buffer क्या है?

Buffer 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Buffer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}