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."입니다.
확장 프로그램 스크린샷
Content Repurposing by Automata 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 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 } |