Posting AI

Post your content on social media using an AI

Posting AI là gì?

Posting AI là một tiện ích mở rộng Chrome được phát triển bởi edakehurst, và tính năng chính của nó là "Post your content on social media using an AI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Posting AI

Tải xuống các tệp mở rộng Posting AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Posting AI Posting AI
ID nghpjljfbaafgkddgehkhnjgpceoamgp
URL Chính Thức https://chromewebstore.google.com/detail/posting-ai/nghpjljfbaafgkddgehkhnjgpceoamgp
Mô tả Post your content on social media using an AI
Kích Thước Tệp 786 KB
Số Lần Cài Đặt 668
Phiên Bản Hiện Tại 1.0.17
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2022-07-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển edakehurst
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://edakehurst.kartra.com/page/PostingAIPrelaunch
URL Trang Trợ Giúp https://edakehurst.kartra.com/help/HelpDesk
URL Trang Chính Sách Bảo Mật https://geniusposts.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}