Posting AI

Post your content on social media using an AI

Posting AI란 무엇입니까?

Posting AI은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post your content on social media using an AI"입니다.

확장 프로그램 스크린샷

screenshot

Posting AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Posting AI Posting AI
ID nghpjljfbaafgkddgehkhnjgpceoamgp
공식 URL https://chromewebstore.google.com/detail/posting-ai/nghpjljfbaafgkddgehkhnjgpceoamgp
설명 Post your content on social media using an AI
파일 크기 786 KB
설치 횟수 668
현재 버전 1.0.17
최근 업데이트 2023-10-11
출시 날짜 2022-07-02
평점 5.00/5 총 1 개의 평점
개발자 edakehurst
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://edakehurst.kartra.com/page/PostingAIPrelaunch
도움말 페이지 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",
    "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"
}