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."입니다.
확장 프로그램 스크린샷
Social Champ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |