Tagboard Curate

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

Tagboard Curate क्या है?

Tagboard Curate https://tagboard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your tagboards and feature public posts directly from Twitter, Instagram, and others."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tagboard Curate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}