Social Media Control
Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration.
Social Media Control란 무엇입니까?
Social Media Control은(는) https://navegatv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration."입니다.
확장 프로그램 스크린샷
Social Media Control 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It is an excellent tool for parental control, and the only one in this field which lets you monitor the Facebook™ accounts being used on the web browser. It maintains a log of all Facebook™ login attempts and sessions. In addition, it shows the total duration of all sessions. Data is automatically synced across all computers where you are signed in to Chrome with your Google™ account. Thus, it is possible to monitor sessions on a computer from another device. Also, it adds a Facebook™ button on the toolbar which links to facebook.com. Hide this button if you just want the control to be made in the background. The log is accessed from the Options page of the extension.
확장 프로그램 기본 정보
이름 | Social Media Control |
ID | igmpoggejbbhnlfjlblbmjndmbfpcgib |
공식 URL | https://chromewebstore.google.com/detail/social-media-control/igmpoggejbbhnlfjlblbmjndmbfpcgib |
설명 | Control Facebook™ logins and sessions on the browser. Automatic sync between computers. Access monitoring and sessions duration. |
파일 크기 | 136 KB |
설치 횟수 | 390 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2017-10-14 |
출시 날짜 | 2017-10-13 |
평점 | 4.39/5 총 18 개의 평점 |
개발자 | https://navegatv.com |
결제 유형 | free |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Control", "short_name": "Social Ctrl", "version": "2.1.0", "default_locale": "en", "description": "__MSG_extDescription__", "author": "NavegaTV", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "utils.js", "main.js" ] } ], "permissions": [ "storage", "unlimitedStorage" ], "browser_action": { "default_icon": { "19": "images\/fb-icon-19.png", "38": "images\/fb-icon-48.png" }, "default_title": "Facebook" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |