Contentdrips ✨ Content Repurposing Tool
Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease
Contentdrips ✨ Content Repurposing Toolとは何ですか?
Contentdrips ✨ Content Repurposing Toolはukhalid639によって開発されたChromeの拡張機能で、その主な機能は「Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease」です。
拡張機能のスクリーンショット
Contentdrips ✨ Content Repurposing Tool拡張機能のCRXファイルをダウンロード
Contentdrips ✨ Content Repurposing Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily turn your tweets into social media posts using Contentdrips. Simply click on "Repurpose" button which appears on your tweet. Copy your post. Go to Contentdrips and paste your content. You can use it turn your Twitter threads into LinkedIn carousels
拡張機能の基本情報
名前 | Contentdrips ✨ Content Repurposing Tool |
ID | dclggbdhjehnnlkpdnaoldlhpehpgjlc |
公式URL | https://chromewebstore.google.com/detail/contentdrips-%E2%9C%A8-content-re/dclggbdhjehnnlkpdnaoldlhpehpgjlc |
説明 | Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease |
ファイルサイズ | 81.58 KB |
インストール数 | 297 |
現在のバージョン | 0.1.4 |
最終更新日 | 2024-02-17 |
公開日 | 2023-07-18 |
開発者 | ukhalid639 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://contentdrips.com |
プライバシーポリシーページのURL | https://forest-nail-ba5.notion.site/Privacy-Policy-8b822c7135954f3c879cf068e94d3d83?pvs=4 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contentdrips \u2728 Content Repurposing Tool", "version": "0.1.4", "description": "Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease", "permissions": [ "clipboardWrite" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "css": [ "assets\/css\/style.css" ], "js": [ "content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ] } ], "icons": { "48": "assets\/contentdrips-logo-48.png", "96": "assets\/contentdrips-logo-96.png" }, "action": { "default_icon": { "48": "assets\/contentdrips-logo-48.png", "96": "assets\/contentdrips-logo-96.png" }, "default_title": "Contentdrips \u2728 Content Repurposing Tool", "default_popup": "popup.html" }, "manifest_version": 3 } |