Social Champ

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

Social Champ क्या है?

Social Champ https://socialchamp.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Post like champions and increase your social media reach by 75%, by smartly repeating your posts."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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!                    

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

नाम Social Champ Social Champ
ID bkljmpppcfepdfokbjlocdhipammabkm
आधिकारिक URL https://chromewebstore.google.com/detail/social-champ/bkljmpppcfepdfokbjlocdhipammabkm
विवरण Post like champions and increase your social media reach by 75%, by smartly repeating your posts.
फ़ाइल का आकार 1.93 MB
स्थापना संख्या 1,656
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2024-02-08
प्रकाशन तिथि 2019-10-23
रेटिंग 4.88/5 कुल 17 रेटिंग्स
डेवलपर https://socialchamp.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.socialchamp.io
सहायता पृष्ठ URL https://www.socialchamp.io/legal
गोपनीयता नीति पृष्ठ URL http://www.socialchamp.io/privacy
समर्थित भाषाएँ 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"
    ]
}