Post Scheduler

PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE

Post Schedulerคืออะไร?

Post Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://postscheduler.io และคุณลักษณะหลักของมันคือ "PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE"

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

screenshot

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

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

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

                        Pre-schedule your FB posts on your personal facebook profile with few clicks. Check your scheduled posts on your calendar and so more.                    

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

ชื่อ Post Scheduler Post Scheduler
ID hamddmihoepamnkonchjkgbncapmlbea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/post-scheduler/hamddmihoepamnkonchjkgbncapmlbea
คำอธิบาย PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE
ขนาดไฟล์ 7.05 MB
จำนวนการติดตั้ง 1,360
เวอร์ชันปัจจุบัน 1.2.89
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2021-02-03
คะแนน 4.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://postscheduler.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post Scheduler",
    "version": "1.2.89",
    "manifest_version": 3,
    "description": "PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE",
    "icons": {
        "16": "images\/1620331515948-smallLogo.png",
        "48": "images\/1620331516039-mediumLogo.png",
        "128": "images\/1620331516082-largeLogo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Post Scheduler"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif",
                "inject-helper\/img\/*.gif",
                "inject-helper\/img\/*.png",
                "monkeyPatch.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "https:\/\/cdn.tiny.cloud\/*",
        "*:\/\/*.postscheduler.io\/*",
        "*:\/\/*.postscheduler.io\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "inject-helper\/css\/common.css"
            ],
            "js": [
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "inject-helper\/js\/arrive.js",
                "inject-helper\/js\/lazyload.min.js",
                "inject-helper\/js\/snackbar-toast.js",
                "5fe10c8dec85863c16bf8200_content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "5fe10c8dec85863c16bf8200_background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "short_name": "PS"
}