Social Champ
Post like champions and increase your social media reach by 75%, by smartly repeating your posts.
Social Champ là gì?
Social Champ là một tiện ích mở rộng Chrome được phát triển bởi https://socialchamp.io, và tính năng chính của nó là "Post like champions and increase your social media reach by 75%, by smartly repeating your posts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Social Champ
Tải xuống các tệp mở rộng Social Champ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Social Champ |
ID | bkljmpppcfepdfokbjlocdhipammabkm |
URL Chính Thức | https://chromewebstore.google.com/detail/social-champ/bkljmpppcfepdfokbjlocdhipammabkm |
Mô tả | Post like champions and increase your social media reach by 75%, by smartly repeating your posts. |
Kích Thước Tệp | 1.93 MB |
Số Lần Cài Đặt | 1,656 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2019-10-23 |
Đánh Giá | 4.88/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | https://socialchamp.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.socialchamp.io |
URL Trang Trợ Giúp | https://www.socialchamp.io/legal |
URL Trang Chính Sách Bảo Mật | http://www.socialchamp.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |