Content Repurposing by Automata

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

O que é Content Repurposing by Automata?

Content Repurposing by Automata é uma extensão do Chrome desenvolvida por https://byautomata.io, e sua principal característica é "Repurpose Blog content and Youtube videos as social posts directly from your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Content Repurposing by Automata

Baixe arquivos de extensão Content Repurposing by Automata no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Content Repurposing by Automata Content Repurposing by Automata
ID jppacddbenbhajdlegjkbiljjagmcdag
URL Oficial https://chromewebstore.google.com/detail/content-repurposing-by-au/jppacddbenbhajdlegjkbiljjagmcdag
Descrição Repurpose Blog content and Youtube videos as social posts directly from your browser.
Tamanho do Arquivo 4.25 MB
Contagem de Instalações 290
Versão Atual 1.0.3
Última Atualização 2022-12-22
Data de Publicação 2022-12-22
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://byautomata.io
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://byautomata.io/repurpose-on-the-go
URL da Página de Ajuda https://byautomata.io/faq
URL da Página de Política de Privacidade https://byautomata.io/privacy
Idiomas Suportados 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
}