Social Champ

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

Social Champคืออะไร?

Social Champ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socialchamp.io และคุณลักษณะหลักของมันคือ "Post like champions and increase your social media reach by 75%, by smartly repeating your posts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Champ

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}