Post Assistant

Turn your Facebook Post into a mini funnel that automatically tags, replies and messages whatever you want, whenever you want!

Post Assistantคืออะไร?

Post Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chelsiekenyon.com และคุณลักษณะหลักของมันคือ "Turn your Facebook Post into a mini funnel that automatically tags, replies and messages whatever you want, whenever you want!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Post Assistant

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

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

                        Turn your Facebook™ post into a mini funnel! Make a post and request for your friends to comment with something specific (you can customize this with keywords) and when they do, Post Assistant will send them a customized message and reply to their comment to let them know that a message was sent. Post Assistant will even tag the person in the reply so that they are notified. 

Works on your profile, business pages, your groups and other groups you are in!

Each message combination and reply that Post Assistant sends, is different and fully customizable. So you are never sending the same message twice.

You can also randomize the timing so that messages and replies are staggered, like they would be if you were sending them yourself.

Let it run in the background, and if new people comment, it will pick up the new commenters as well, (great for posts that go viral!)

Once you purchase, I have free training for you to be able to understand how to get the most out of Post Assistant. What are you waiting for?!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Post Assistant Post Assistant
ID opkakabahkhmmjhjjbjibdacjmbkbhcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/post-assistant/opkakabahkhmmjhjjbjibdacjmbkbhcm
คำอธิบาย Turn your Facebook Post into a mini funnel that automatically tags, replies and messages whatever you want, whenever you want!
ขนาดไฟล์ 1.87 MB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-04-06
วันที่เผยแพร่ 2021-01-03
ผู้พัฒนา https://www.chelsiekenyon.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.chelsiekenyon.com/socialsoftware
URL หน้าช่วยเหลือ https://www.chelsiekenyon.com
URL หน้านโยบายความเป็นส่วนตัว https://www.chelsiekenyon.com/pages/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post Assistant",
    "version": "1.0.4",
    "description": "Turn your Facebook Post into a mini funnel that automatically tags, replies and messages whatever you want, whenever you want!",
    "short_name": "PA",
    "icons": {
        "16": "assets\/PA_16x16.png",
        "48": "assets\/PA_48x48.png",
        "128": "assets\/PA_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Post Assistant"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/helper.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "js\/*",
        "settings.html"
    ],
    "manifest_version": 2
}