Contentdrips ✨ Content Repurposing Tool
Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease
Contentdrips ✨ Content Repurposing Tool là gì?
Contentdrips ✨ Content Repurposing Tool là một tiện ích mở rộng Chrome được phát triển bởi ukhalid639, và tính năng chính của nó là "Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Contentdrips ✨ Content Repurposing Tool
Tải xuống các tệp mở rộng Contentdrips ✨ Content Repurposing Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Contentdrips ✨ Content Repurposing Tool |
ID | dclggbdhjehnnlkpdnaoldlhpehpgjlc |
URL Chính Thức | https://chromewebstore.google.com/detail/contentdrips-%E2%9C%A8-content-re/dclggbdhjehnnlkpdnaoldlhpehpgjlc |
Mô tả | Easily repurpose your tweets & LinkedIn posts into social media images & carousels with ease |
Kích Thước Tệp | 81.58 KB |
Số Lần Cài Đặt | 297 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2024-02-17 |
Ngày Phát Hành | 2023-07-18 |
Nhà Phát Triển | ukhalid639 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://contentdrips.com |
URL Trang Chính Sách Bảo Mật | https://forest-nail-ba5.notion.site/Privacy-Policy-8b822c7135954f3c879cf068e94d3d83?pvs=4 |
Ngôn Ngữ Được Hỗ Trợ | 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 } |