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ファイルをダウンロード

Tagboard Curate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}