Content Repurposing by Automata

Repurpose Blog content and Youtube videos as social posts directly from your browser.

Content Repurposing by Automata là gì?

Content Repurposing by Automata là một tiện ích mở rộng Chrome được phát triển bởi https://byautomata.io, và tính năng chính của nó là "Repurpose Blog content and Youtube videos as social posts directly from your browser.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Content Repurposing by Automata

Tải xuống các tệp mở rộng Content Repurposing by Automata 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

                        Create LinkedIn posts from your blog, case studies, website, or YouTube videos without leaving LinkedIn. In a single click, you can create a full-length LinkedIn post with real insights and takeaways from your content.

Use Automata's AI-powered platform to analyze your content, synthesize the main points, and reformat them into something that feels natural for publishing on LinkedIn.                    

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

Tên Content Repurposing by Automata Content Repurposing by Automata
ID jppacddbenbhajdlegjkbiljjagmcdag
URL Chính Thức https://chromewebstore.google.com/detail/content-repurposing-by-au/jppacddbenbhajdlegjkbiljjagmcdag
Mô tả Repurpose Blog content and Youtube videos as social posts directly from your browser.
Kích Thước Tệp 4.25 MB
Số Lần Cài Đặt 290
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-12-22
Ngày Phát Hành 2022-12-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://byautomata.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://byautomata.io/repurpose-on-the-go
URL Trang Trợ Giúp https://byautomata.io/faq
URL Trang Chính Sách Bảo Mật https://byautomata.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Content Repurposing by Automata",
    "version": "1.0.3",
    "description": "Repurpose Blog content and Youtube videos as social posts directly from your browser.",
    "permissions": [],
    "host_permissions": [
        "https:\/\/byautomata.io\/*",
        "https:\/\/auth.byautomata.io\/*"
    ],
    "icons": {
        "16": "icons\/automata-repurpose-logo-16px16px.png",
        "48": "icons\/automata-repurpose-logo-48px48px.png",
        "128": "icons\/automata-repurpose-logo-128px128px.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "linkedinPostUtil.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/font-awesome.min.css",
                "css\/linkedinPost.css",
                "css\/bufferLinkedinPost.css",
                "css\/hootsuiteLinkedinPost.css",
                "css\/twitterPost.css",
                "css\/bufferTwitterPost.css",
                "css\/hootsuiteTwitterPost.css"
            ]
        }
    ],
    "manifest_version": 3
}