Tagboard Curate

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

Что такое Tagboard Curate?

Tagboard Curate - это расширение Chrome, разработанное https://tagboard.com, и его основная функция - "Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Tagboard Curate

Скачайте файлы расширений 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
Электронная почта [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\/*"
            ]
        }
    ]
}