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开发的Chrome扩展程序,该扩展的主要功能是“Post like champions and increase your social media reach by 75%, by smartly repeating your posts.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Social Champ扩展crx文件

下载Social Champ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}