Genius Scheduler

Schedule FB posts in advance for a personal FB Profile

Cos'è Genius Scheduler?

Genius Scheduler è un'estensione di Chrome sviluppata da edakehurst, e la sua funzione principale è "Schedule FB posts in advance for a personal FB Profile".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Genius Scheduler

Scarica i file di estensione Genius Scheduler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        From personal FB profile, you may schedule and analyze posts                    

Informazioni di Base sull'Estensione

Nome Genius Scheduler Genius Scheduler
ID ckbcmmemjdgilpjadkdnehijpmelbiij
URL Ufficiale https://chromewebstore.google.com/detail/genius-scheduler/ckbcmmemjdgilpjadkdnehijpmelbiij
Descrizione Schedule FB posts in advance for a personal FB Profile
Dimensione del File 6.97 MB
Conteggio Installazioni 1,024
Versione Corrente 2.1.38
Ultimo Aggiornamento 2024-01-11
Data di Pubblicazione 2021-08-02
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore edakehurst
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://edakehurst.kartra.com/page/GeniusScheduler
URL della Pagina di Aiuto https://edakehurst.kartra.com/help/HelpDesk
URL della Pagina della Politica sulla Privacy https://geniusposts.io/privacy-policy.html
Lingue Supportate 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"
}