Post Scheduler

PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE

Post Scheduler란 무엇입니까?

Post Scheduler은(는) https://postscheduler.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PRE-SCHEDLUE your FB posts on your PERSONAL FACEBOOK PROFILE"입니다.

확장 프로그램 스크린샷

screenshot

Post Scheduler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}