Content Repurposing by Automata
Repurpose Blog content and Youtube videos as social posts directly from your browser.
Co to jest Content Repurposing by Automata?
Content Repurposing by Automata to rozszerzenie Chrome opracowane przez https://byautomata.io, a jego główną funkcją jest „Repurpose Blog content and Youtube videos as social posts directly from your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Content Repurposing by Automata
Pobierz pliki rozszerzeń Content Repurposing by Automata w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Content Repurposing by Automata |
ID | jppacddbenbhajdlegjkbiljjagmcdag |
Oficjalny URL | https://chromewebstore.google.com/detail/content-repurposing-by-au/jppacddbenbhajdlegjkbiljjagmcdag |
Opis | Repurpose Blog content and Youtube videos as social posts directly from your browser. |
Rozmiar pliku | 4.25 MB |
Liczba instalacji | 290 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2022-12-22 |
Data Publikacji | 2022-12-22 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://byautomata.io |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://byautomata.io/repurpose-on-the-go |
Adres URL Strony Pomocy | https://byautomata.io/faq |
Adres URL Strony Polityki Prywatności | https://byautomata.io/privacy |
Obsługiwane Języki | 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 } |