Social Champ

Post like champions and increase your social media reach by 75%, by smartly repeating your posts.

Hvad er Social Champ?

Social Champ er en Chrome-udvidelse udviklet af https://socialchamp.io, og dens hovedfunktion er "Post like champions and increase your social media reach by 75%, by smartly repeating your posts.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Social Champ-udvidelses-CRX-fil

Download Social Champ-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Post like champions and increase your social media reach by 75%, by smartly repeating your posts on twitter & facebook. Don't worry, before hiding duplicate post, we save analytics so that you can know your audience & judge better. A proven strategy used by many social media experts. 

And if you got nothing to schedule, we also have interesting stories for you to share on social media. Also, you can integrate your favorite RSS site. 

Oh, and we can schedule your posts on Facebook, Twitter & LinkedIn too!
That was obvious, wasn't it? 

Social media is all about experimenting, try us now and see if it helps you grow your audience!                    

Grundlæggende oplysninger om udvidelsen

Navn Social Champ Social Champ
ID bkljmpppcfepdfokbjlocdhipammabkm
Officiel URL https://chromewebstore.google.com/detail/social-champ/bkljmpppcfepdfokbjlocdhipammabkm
Beskrivelse Post like champions and increase your social media reach by 75%, by smartly repeating your posts.
Filstørrelse 1.93 MB
Antal Installationer 1,656
Nuværende Version 0.3.0
Senest Opdateret 2024-02-08
Udgivelsesdato 2019-10-23
Bedømmelse 4.88/5 Samlet 17 Bedømmelser
Udvikler https://socialchamp.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.socialchamp.io
Hjælpeside-URL https://www.socialchamp.io/legal
URL til Fortrolighedspolitik Side http://www.socialchamp.io/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Champ",
    "version": "0.3.0",
    "version_name": "0.3.0",
    "description": "Post like champions and increase your social media reach by 75%, by smartly repeating your posts.",
    "icons": {
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Social Champ"
    },
    "background": {
        "page": "socialchamp.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "tmpl\/*",
        "lib\/font-awesome\/fonts\/*",
        "lib\/bootstrap\/fonts\/*",
        "images\/*",
        "fonts\/*",
        "iframe\/*"
    ],
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "clipboardWrite"
    ]
}