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
Eメール [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"
    ]
}