Genius Scheduler

Schedule FB posts in advance for a personal FB Profile

Genius Scheduler란 무엇입니까?

Genius Scheduler은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule FB posts in advance for a personal FB Profile"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        From personal FB profile, you may schedule and analyze posts                    

확장 프로그램 기본 정보

이름 Genius Scheduler Genius Scheduler
ID ckbcmmemjdgilpjadkdnehijpmelbiij
공식 URL https://chromewebstore.google.com/detail/genius-scheduler/ckbcmmemjdgilpjadkdnehijpmelbiij
설명 Schedule FB posts in advance for a personal FB Profile
파일 크기 6.97 MB
설치 횟수 1,024
현재 버전 2.1.38
최근 업데이트 2024-01-11
출시 날짜 2021-08-02
평점 4.80/5 총 5 개의 평점
개발자 edakehurst
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://edakehurst.kartra.com/page/GeniusScheduler
도움말 페이지 URL https://edakehurst.kartra.com/help/HelpDesk
개인정보 보호 정책 페이지 URL https://geniusposts.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Scheduler",
    "version": "2.1.38",
    "manifest_version": 3,
    "description": "Schedule FB posts in advance for a personal FB Profile",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1686340320386-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454605-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454653-large_icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Genius 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\/*",
        "*:\/\/*.geniusscheduler.com\/*"
    ],
    "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",
                "6075ae1983cb74103b156406_content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "6075ae1983cb74103b156406_background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "short_name": "GS"
}