Tagboard Curate

Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.

Tagboard Curate란 무엇입니까?

Tagboard Curate은(는) https://tagboard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your tagboards and feature public posts directly from Twitter, Instagram, and others."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tagboard Curate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tagboard is the easiest way to discover social media and quickly share it with your audience. We work with thousands of brands, sporting teams, and media companies to create social media impressions and bring communities together. You can see tagboards embedded on websites, integrated into mobile apps, shown on large displays, and broadcasted live worldwide. Learn more about Tagboard at tagboard.com.                    

확장 프로그램 기본 정보

이름 Tagboard Curate Tagboard Curate
ID agmolhhbbencbnegdoifnnobajpemfan
공식 URL https://chromewebstore.google.com/detail/tagboard-curate/agmolhhbbencbnegdoifnnobajpemfan
설명 Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.
파일 크기 43.89 KB
설치 횟수 2,320
현재 버전 3.2.1
최근 업데이트 2024-02-10
출시 날짜 2020-06-23
평점 3.92/5 총 13 개의 평점
개발자 https://tagboard.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://help.tagboard.com/en/articles/3710238-tagboard-curate-button
개인정보 보호 정책 페이지 URL https://help.tagboard.com/en/articles/3275823-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagboard Curate",
    "description": "Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.",
    "version": "3.2.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "styles\/injected.css"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.heymarket.com\/*",
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "modal.html"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.zipwhip.com\/*",
                "https:\/\/*.heymarket.com\/*",
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}