Semrush Social Media Poster

Share content on social media with just one click while you browse the web

Semrush Social Media Poster क्या है?

Semrush Social Media Poster https://www.semrush.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share content on social media with just one click while you browse the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Semrush Social Media Poster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Found something share-worthy while surfing the web? Schedule a post to Facebook, Twitter or LinkedIn from anywhere on the internet in just one click using the Social Media Poster extension, and the tool will make it live the moment you need it.

Social Media Poster is an automation tool designed to help you easily reach your audience and manage your content in all major social networks from one tab; it lets you plan, schedule and publish posts, and analyze your social media performance.


Features

+ Post across multiple social channels with just one click via Semrush Social Media Poster
+ Retweet any post in Twitter or schedule it for later by clicking on the extension’s icon below a tweet
+ Schedule and publish posts to LinkedIn, Facebook personal and business pages and Twitter
+ Schedule posts to Instagram and use smart reminders to publish them at a given time
+ Share an image by hovering over and clicking it
+ Use hotkey ‘Alt+S’ to share any webpage


How can I use it?

To use the extension, you need to be registered with Semrush and have at least one active project for which you’ve set up Social Media Poster.


Can I use it for free?

Yes, you can. You can schedule 10 posts for one social profile with the free Semrush account, and 1000 posts in all paid plans.


What is Semrush?

Semrush is a leading digital marketing toolkit for SEO, PPC, SMM and content marketing professionals worldwide. With over 25 tools within the software, search data for 140 countries and seamless integration with Google services, Semrush provides solutions for in-house marketing teams and agencies working with clients in any industry.                    

एक्सटेंशन की मूल जानकारी

नाम Semrush Social Media Poster Semrush Social Media Poster
ID ilfckacnmnjlcboodahhojdnllfailhl
आधिकारिक URL https://chromewebstore.google.com/detail/semrush-social-media-post/ilfckacnmnjlcboodahhojdnllfailhl
विवरण Share content on social media with just one click while you browse the web
फ़ाइल का आकार 179 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2022-12-27
प्रकाशन तिथि 2020-06-11
रेटिंग 4.07/5 कुल 14 रेटिंग्स
डेवलपर https://www.semrush.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.semrush.com/social-media-poster/
सहायता पृष्ठ URL https://www.semrush.com/kb/support/
गोपनीयता नीति पृष्ठ URL https://www.semrush.com/company/legal/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgh1FIQV+VJXLMdRFLuHjlo2iZStWZo5pEiLAxRCj3HRMFS9m43qj2jo3i+syt8KVOqEwol0M0MdcJLxCIi1sysRHkqdohz86Nrfol15PCVssSO7s\/liaJHh8qjhuePuycDVWPMiof+69lDZnJ3S5hwwj+pmL2Nj64UJCrG+RPSUoL5etqTe6PWSmnH8YgQAnjPmgAkvkni7e1Gp5OE8u1UNGeItE5dux7iDBVoN0\/6gcdkZ+AlBb7+wwouKXS9OIFyKwkgJOXDm+oT3iTQzJDs2cGuuaXlDTajSFzVCorchC6SAJUA6baBDpeZ\/0nKeV0UtV91\/BHNWaiuSYQNR+uwIDAQAB",
    "manifest_version": 3,
    "name": "Semrush Social Media Poster",
    "version": "2.0.0",
    "description": "Share content on social media with just one click while you browse the web",
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-54405bdc.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/content-05e9320b.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "action": [],
    "commands": {
        "openForm": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Open poster form"
        }
    },
    "icons": {
        "16": "src\/images\/icon-16.png",
        "32": "src\/images\/icon-32.png",
        "48": "src\/images\/icon-48.png",
        "128": "src\/images\/icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/semrush.com\/*",
            "https:\/\/*.semrush.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/settings-fa859063.js",
                "assets\/openScheduleForm-b1f66419.js",
                "assets\/content.ts-e10fa617.js"
            ],
            "use_dynamic_url": true
        }
    ]
}