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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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\/*" ] } ] } |