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 هو إضافة Chrome تم تطويرها بواسطة https://byautomata.io، والميزة الرئيسية لها هي "Repurpose Blog content and Youtube videos as social posts directly from your browser.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Content Repurposing by Automata

قم بتنزيل ملفات الامتداد Content Repurposing by Automata بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://byautomata.io/repurpose-on-the-go
عنوان صفحة المساعدة https://byautomata.io/faq
عنوان صفحة سياسة الخصوصية 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
}