Content Repurposing by Automata

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

Qu'est-ce que Content Repurposing by Automata ?

Content Repurposing by Automata est une extension Chrome développée par https://byautomata.io, et sa fonction principale est "Repurpose Blog content and Youtube videos as social posts directly from your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Content Repurposing by Automata

Téléchargez les fichiers d'extension Content Repurposing by Automata au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Content Repurposing by Automata Content Repurposing by Automata
ID jppacddbenbhajdlegjkbiljjagmcdag
URL Officiel https://chromewebstore.google.com/detail/content-repurposing-by-au/jppacddbenbhajdlegjkbiljjagmcdag
Description Repurpose Blog content and Youtube videos as social posts directly from your browser.
Taille du Fichier 4.25 MB
Nombre d'Installations 290
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-12-22
Date de Publication 2022-12-22
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://byautomata.io
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://byautomata.io/repurpose-on-the-go
URL de la Page d'Aide https://byautomata.io/faq
URL de la Page de Politique de Confidentialité https://byautomata.io/privacy
Langues Prises en Charge 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
}