Content Repurposing by Automata

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

Content Repurposing by Automataとは何ですか?

Content Repurposing by Automataはhttps://byautomata.ioによって開発されたChromeの拡張機能で、その主な機能は「Repurpose Blog content and Youtube videos as social posts directly from your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Content Repurposing by Automata拡張機能のCRXファイルをダウンロード

Content Repurposing by Automata拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Content Repurposing by Automata Content Repurposing by Automata
ID jppacddbenbhajdlegjkbiljjagmcdag
公式URL https://chromewebstore.google.com/detail/content-repurposing-by-au/jppacddbenbhajdlegjkbiljjagmcdag
説明 Repurpose Blog content and Youtube videos as social posts directly from your browser.
ファイルサイズ 4.25 MB
インストール数 290
現在のバージョン 1.0.3
最終更新日 2022-12-22
公開日 2022-12-22
評価 5.00/5 合計 5 レビュー
開発者 https://byautomata.io
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://byautomata.io/repurpose-on-the-go
ヘルプページのURL https://byautomata.io/faq
プライバシーポリシーページのURL https://byautomata.io/privacy
対応言語 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
}