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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Contentdrips ✨ Content Repurposing Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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
}