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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.socialchamp.io/legal
عنوان صفحة سياسة الخصوصية 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"
    ]
}