ConvertSocial Extension

A free extension for content creators to monetize any social media

Τι είναι το ConvertSocial Extension;

Το ConvertSocial Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://convertsocial.net, και η κύρια λειτουργία του είναι "A free extension for content creators to monetize any social media".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ConvertSocial Extension

Λήψη αρχείων επέκτασης ConvertSocial Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ConvertSocial Extension is a simple and powerful tool that helps you quickly and efficiently monetize your social media account.

Work with brands from ConvertSocial catalog, which includes over 100,000 offers. Promote brands or specific products to your social media audience, increase traffic, and get higher rewards.

How does ConvertSocial Extension work?

With ConvertSocial Extension, you can start working with top brands and immediately make money.
• In your search results, see if the brand or product is available for monetization via ConvertSocial.
• While on the brand or product web page, you can create a referral link for it instantly.
• Promote brands or products, and share referral links on your social media accounts, personal blog, YouTube channel, or other platforms.
• To claim your traffic, use referral links exclusively from ConvertSocial Extension generator.
• Get a reward for every order made through your links.

What are the advantages of ConvertSocial Extension?

Instant start
With the extension, you can immediately see if monetization is available for a product or brand from your search results. Generate a referral link while on a product's or brand's web page in one click. Simply post this link on your social media account and earn from every purchase made through it.

Easy management
You can add tags to track statistics and monitor your advertising performance when creating referral links via the extension. All referral links you've created are stored in the Link History in your extension.

Freedom to create
You decide on a product, store, or advertising format. Choose from over 100,000 brands and find the most promising offers for your followers.

Six steps to start earning with ConvertSocial Extension?

1. Install the extension and launch it.
2. To use the extension, you need to be registered on ConvertSocial.
If you're not registered yet, sign up and specify the social media account you'll use for work.
If you've already registered, sign in using your ConvertSocial login and password.
3. Go to the website or product page of the brand you want to promote via your social media account and open the extension.
4. The extension will generate a referral link for the opened webpage. Copy it.
5. Share the copied link on your social media.
6. Earn on every purchase made through your referral link.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ConvertSocial Extension ConvertSocial Extension
ID hapfghaokiiappglibjgekcpcabpbjgj
Επίσημο URL https://chromewebstore.google.com/detail/convertsocial-extension/hapfghaokiiappglibjgekcpcabpbjgj
Περιγραφή A free extension for content creators to monetize any social media
Μέγεθος Αρχείου 198 KB
Αριθμός Εγκαταστάσεων 685
Τρέχουσα Έκδοση 1.8.5
Τελευταία Ενημέρωση 2023-11-13
Ημερομηνία Δημοσίευσης 2023-02-09
Αξιολόγηση 3.81/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://convertsocial.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://convertsocial.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.mitgo.com/hc/en-us/categories/4405599376145
URL της Σελίδας Πολιτικής Απορρήτου https://convertsocial.net/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ConvertSocial Extension",
    "version": "1.8.5",
    "description": "A free extension for content creators to monetize any social media",
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "logo-16.png",
            "32": "logo-32.png"
        },
        "default_title": "Create a Referral link with ConvertSocial"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "css": [
                "assets\/css\/content.chunk.css"
            ],
            "include_globs": [
                "https:\/\/yandex.*\/search\/*",
                "https:\/\/www.yandex.*\/search\/*",
                "https:\/\/google.*\/search*",
                "https:\/\/www.google.*\/search*",
                "https:\/\/search.yahoo.com\/search*",
                "https:\/\/www.search.yahoo.com\/search*",
                "https:\/\/bing.*\/search*",
                "https:\/\/www.bing.*\/search*"
            ]
        }
    ],
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/icon.svg",
                "logo-128.png",
                "logo-48.png",
                "logo-32.png",
                "logo-16.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/convertsocial.net",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/*.google-analytics.com\/*",
        "https:\/\/*.fas.st\/*",
        "https:\/\/*.admitad.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/account.convertsocial.net\/*"
        ]
    }
}