Social Champ

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

Qu'est-ce que Social Champ ?

Social Champ est une extension Chrome développée par https://socialchamp.io, et sa fonction principale est "Post like champions and increase your social media reach by 75%, by smartly repeating your posts.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Social Champ

Téléchargez les fichiers d'extension Social Champ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Social Champ Social Champ
ID bkljmpppcfepdfokbjlocdhipammabkm
URL Officiel https://chromewebstore.google.com/detail/social-champ/bkljmpppcfepdfokbjlocdhipammabkm
Description Post like champions and increase your social media reach by 75%, by smartly repeating your posts.
Taille du Fichier 1.93 MB
Nombre d'Installations 1,656
Version Actuelle 0.3.0
Dernière Mise à Jour 2024-02-08
Date de Publication 2019-10-23
Évaluation 4.88/5 Total 17 Évaluations
Développeur https://socialchamp.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.socialchamp.io
URL de la Page d'Aide https://www.socialchamp.io/legal
URL de la Page de Politique de Confidentialité http://www.socialchamp.io/privacy
Langues Prises en Charge 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"
    ]
}