Posting AI

Post your content on social media using an AI

Wat is Posting AI?

Posting AI is een Chrome-extensie ontwikkeld door edakehurst, en de belangrijkste functie is "Post your content on social media using an AI".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Posting AI

Download Posting AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Use AI Training to generate and create valuable social media posts, that can be edited and approved, or posted on a schedule.

Can use a Trainer to teach it what to create for the posts, or can use the ChatGPT integration to enter more conversational commands.                    

Basisinformatie over de Extensie

Naam Posting AI Posting AI
ID nghpjljfbaafgkddgehkhnjgpceoamgp
Officiële URL https://chromewebstore.google.com/detail/posting-ai/nghpjljfbaafgkddgehkhnjgpceoamgp
Beschrijving Post your content on social media using an AI
Bestandsgrootte 786 KB
Aantal Installaties 668
Huidige Versie 1.0.17
Laatst Bijgewerkt 2023-10-11
Publicatiedatum 2022-07-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar edakehurst
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://edakehurst.kartra.com/page/PostingAIPrelaunch
Help Pagina-URL https://edakehurst.kartra.com/help/HelpDesk
URL van de Privacybeleid Pagina https://geniusposts.io/privacy-policy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Posting AI"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "vendor.js",
                "lib\/sweetalert.min.js",
                "lib\/arrive.js",
                "content.js",
                "text.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Post your content on social media using an AI",
    "icons": {
        "16": "images\/1656359023704-smallLogo.png",
        "48": "images\/1656359023856-mediumLogo.png",
        "128": "images\/1656359023934-largeLogo.png"
    },
    "manifest_version": 3,
    "name": "Posting AI",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/3mia3gz9ga.execute-api.us-east-1.amazonaws.com;"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "ruleset.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "background",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "*:\/\/*.execute-api.us-east-1\/*"
    ],
    "version": "1.0.17",
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "PA"
}