SocialBee
SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile.
SocialBee란 무엇입니까?
SocialBee은(는) https://socialbee.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile."입니다.
확장 프로그램 스크린샷
SocialBee 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bring your SocialBee account anywhere with you and enjoy the full strength of SocialBee's post editor directly in your browser, save any link you want, and add it to any of your content category. Curate articles, add captions, schedule it to your desired posts, and then sit back! Your posts will be shared and your content will safely stay in your SocialBee account.
확장 프로그램 기본 정보
이름 | SocialBee |
ID | geloalmhkebhlgbdfaipnoonmolahpki |
공식 URL | https://chromewebstore.google.com/detail/socialbee/geloalmhkebhlgbdfaipnoonmolahpki |
설명 | SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile. |
파일 크기 | 361 KB |
설치 횟수 | 4,932 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2022-08-02 |
출시 날짜 | 2018-07-06 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | https://socialbee.io |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://socialbee.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SocialBee", "short_name": "SBee", "description": "SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile.", "homepage_url": "https:\/\/socialbee.io\/", "version": "1.0.4", "manifest_version": 2, "browser_action": { "default_icon": { "19": "logo_icon_19.png", "38": "logo_icon_38.png" }, "default_title": "Save to SocialBee" }, "background": { "scripts": [ "data\/shared\/libs\/jquery-3.4.1.min.js", "data\/chrome\/socialbee-chrome-port-wrapper.js", "data\/main.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "web_accessible_resources": [ "manifest.json", "data\/shared\/img\/*", "data\/shared\/tpc-check.html", "data\/shared\/socialbee-frame-container.html", "data\/shared\/socialbee-frame-container.js" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "data\/shared\/socialbee-overlay.css" ], "js": [ "data\/chrome\/socialbee-chrome-port-wrapper.js", "data\/chrome\/socialbee-chrome-data-wrapper.js", "data\/chrome\/socialbee-chrome-embed.js", "data\/shared\/libs\/jquery-3.4.1.min.js", "data\/shared\/libs\/postmessage.js", "data\/shared\/libs\/keymaster.js", "data\/shared\/libs\/he.js", "data\/shared\/socialbee-overlay.js", "data\/shared\/embeds\/socialbee-scraper.js", "data\/shared\/embeds\/socialbee-hotkey.js", "data\/shared\/embeds\/socialbee-tpc-check.js", "data\/chrome\/socialbee-chrome.js" ] } ], "icons": { "16": "logo_icon_small.png", "48": "logo_icon_large.png", "128": "logo_icon_128.png" } } |