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 |
| 官方網址 | 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
} | |