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文件

下载Genius Scheduler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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