EmbedSocial - Get Rights to UGC Media

The Extension helps ES users request rights for showing the UGC from their customers while posting request into Instagram.

Cos'è EmbedSocial - Get Rights to UGC Media?

EmbedSocial - Get Rights to UGC Media è un'estensione di Chrome sviluppata da oleg, e la sua funzione principale è "The Extension helps ES users request rights for showing the UGC from their customers while posting request into Instagram.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EmbedSocial - Get Rights to UGC Media

Scarica i file di estensione EmbedSocial - Get Rights to UGC Media in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Rights Management Extension Description


Enhance your UGC rights management on Instagram with the help of EmbedSocial Chrome Extension.

This free extension allows EmbedSocial users to swiftly request rights to User-Generated Content (UGC) from their customers, sending these requests directly into the Instagram comments section. Ensuring swift, compliant, and seamless rights management for your UGC strategy.

Key features:

➡️ Request UGC rights on Instagram directly
➡️ Auto-post requests in the Instagram comments section
➡️ Track the status of your requests in real-time
➡️ Streamline your rights management process within the EmbedSocial platform

Why you need EmbedSocial Rights Management:

Just like the original EmbedSocial platform, this extension is built to simplify your UGC strategy. It allows you to request rights to valuable UGC quickly and directly via Instagram, accelerating the content acquisition process and ensuring full compliance with Instagram's rules and guidelines. All with the speed, simplicity, and accessibility of a lightweight Chrome extension.

How it works:



Step 1: Install the Extension

Download and install the EmbedSocial Rights Management Chrome extension.


Step 2: Log in to your EmbedSocial Account


Log in to your EmbedSocial account.
Navigate to the All posts tab.


Step 3: Select Post and Choose Account

In the Requests Rights tab, choose the posts for which you want to request rights.
Click “Request right” button next to the post
Choose the Instagram account you want to be mentioned in the request for agreement.


Note: Make sure you are logged in to both your Instagram account and the account added as a source in EmbedSocial.


Step 5: Request Rights

Once you have selected the posts and specified the account, click on the "Post comment now" button.
The EmbedSocial extension will automatically add a comment to the selected posts, requesting rights for the content.


Step 6: Track and Approve Requests

Monitor the comments section of the Instagram posts for any responses.
Once the user responds positively, indicating their agreement, we track the request in EmbedSocial and he status of the request is changed from "Pending" to "Approved."


Step 7: Display Approved Posts in the Widget

Open your EmbedSocial widget, and navigate to the Filter panel.
Enable the option "Only posts that have approved rights" to display only the approved posts in your widget.


ℹ️ FAQ (Frequently Asked Questions):




🤔 Why does the extension need access to my Instagram account?
👉 To streamline the rights requesting process, the extension needs access to your Instagram account. This allows it to automatically post your rights request comments on the UGC posts you choose. All actions are performed locally within your browser for a secure, serverless, and straightforward user experience.

🤔 I'm having issues with the extension functioning properly. What could be the problem?
👉 Several factors could influence the extension's operation. First, ensure that you have the necessary permissions on your Facebook or Instagram account. Additionally, you must be logged into your Instagram account for the extension to function correctly. If these conditions are met but issues persist, check whether your account is a business account linked via Facebook.

🤔 I see a 'Pending' status on posts, but I can't locate the comment. Why is that?
👉This could be due to Instagram's comment limitations. There may be a temporary restriction on commenting activity for your account. Please review your Instagram account status to verify this.



New features coming soon:

Enhanced tracking and management of requests within the EmbedSocial platform
Support for more social media platforms besides Instagram
Optimized rights request templates for higher approval rates                    

Informazioni di Base sull'Estensione

Nome EmbedSocial - Get Rights to UGC Media EmbedSocial - Get Rights to UGC Media
ID fljdgbhfbopoafphmjpbndmcojkcdnfp
URL Ufficiale https://chromewebstore.google.com/detail/embedsocial-get-rights-to/fljdgbhfbopoafphmjpbndmcojkcdnfp
Descrizione The Extension helps ES users request rights for showing the UGC from their customers while posting request into Instagram.
Dimensione del File 14.13 KB
Conteggio Installazioni 167
Versione Corrente 0.1.3
Ultimo Aggiornamento 2024-01-15
Data di Pubblicazione 2024-01-15
Sviluppatore oleg
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://embedsocial.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EmbedSocial - Get Rights to UGC Media",
    "version": "0.1.3",
    "description": "The Extension helps ES users request rights for showing the UGC from their customers while posting request into Instagram.",
    "icons": {
        "16": "assets\/embedsocial.png",
        "48": "assets\/embedsocial.png",
        "128": "assets\/embedsocial.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/p\/*",
        "https:\/\/www.embedsocial.com\/admin\/all_posts",
        "https:\/\/www.embedsocial.com\/admin\/all_posts?*",
        "https:\/\/www.embedsocial.com\/admin\/edit_widget\/*",
        "https:\/\/www.embedsocial.com\/admin\/socialfeed_edit_source\/*",
        "https:\/\/www.embedsocial.jp\/admin\/all_posts",
        "https:\/\/www.embedsocial.jp\/admin\/all_posts?*",
        "https:\/\/www.embedsocial.jp\/admin\/edit_widget\/*",
        "https:\/\/www.embedsocial.jp\/admin\/socialfeed_edit_source\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/p\/*",
                "https:\/\/embedsocial.com\/admin\/all_posts",
                "https:\/\/embedsocial.com\/admin\/all_posts?*",
                "https:\/\/embedsocial.com\/admin\/edit_widget\/*",
                "https:\/\/embedsocial.com\/admin\/socialfeed_edit_source\/*",
                "https:\/\/embedsocial.jp\/admin\/all_posts",
                "https:\/\/embedsocial.jp\/admin\/all_posts?*",
                "https:\/\/embedsocial.jp\/admin\/edit_widget\/*",
                "https:\/\/embedsocial.jp\/admin\/socialfeed_edit_source\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_title": "EmbedSocial - Get Rights to UGC Media",
        "default_icon": {
            "16": "assets\/es-favicon-v2.png",
            "48": "assets\/es-favicon-v2.png",
            "128": "assets\/es-favicon-v2.png"
        }
    }
}