Social Media Group Keyword Notify & Highlight
Continuously searches for text patterns within Facebook Group posts and notifies you, once keyword or pattern is matched.
Social Media Group Keyword Notify & Highlight란 무엇입니까?
Social Media Group Keyword Notify & Highlight은(는) flxschroeder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Continuously searches for text patterns within Facebook Group posts and notifies you, once keyword or pattern is matched."입니다.
확장 프로그램 스크린샷
Social Media Group Keyword Notify & Highlight 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- FREE Facebook Group content highlighting, based on patterns - No registration required - Unlimited search parameters / patterns and groups - Get notifications about new post activities - Save a lot of time, instead of going through Facebook groups manually Super easy to use Chrome extension that allows you to define a set of keywords / patterns to search for in Facebook groups. Just open all Facebook groups in separate tabs, enter your keywords, press start, and enjoy the magic! :) How it works: The extension will notify you with text snippets from the groups and automatically scroll to the relevant post. All tabs are numbered, so it's easy to find the relevant group. Facebook Groups are automatically scanned every 10 minutes, so you won't miss anything relevant from now on. Just make sure you don't loose your internet connection, and if so, just refresh all tabs and load the Facebook Groups again, to allow this extension to scan them for your keywords and patterns.
확장 프로그램 기본 정보
이름 | Social Media Group Keyword Notify & Highlight |
ID | iodlbpldndlcepabdoeefccopbopjaom |
공식 URL | https://chromewebstore.google.com/detail/social-media-group-keywor/iodlbpldndlcepabdoeefccopbopjaom |
설명 | Continuously searches for text patterns within Facebook Group posts and notifies you, once keyword or pattern is matched. |
파일 크기 | 26.99 KB |
설치 횟수 | 598 |
현재 버전 | 0.2.11 |
최근 업데이트 | 2018-02-04 |
출시 날짜 | 2018-02-04 |
평점 | 3.38/5 총 8 개의 평점 |
개발자 | flxschroeder |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Group Keyword Notify & Highlight", "short_name": "SM Group Notify", "description": "Continuously searches for text patterns within Facebook Group posts and notifies you, once keyword or pattern is matched.", "version": "0.2.11", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/groups\/*" ], "js": [ "content.js" ] } ], "permissions": [ " |