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文件
下载Content Repurposing by Automata扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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
} | |