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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flxschroeder และคุณลักษณะหลักของมันคือ "Continuously searches for text patterns within Facebook Group posts and notifies you, once keyword or pattern is matched."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Media Group Keyword Notify & Highlight

ดาวน์โหลดไฟล์ส่วนขยาย Social Media Group Keyword Notify & Highlight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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 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": [
        "",
        "background",
        "storage"
    ]
}