Tagboard Curate
Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.
Tagboard Curate là gì?
Tagboard Curate là một tiện ích mở rộng Chrome được phát triển bởi https://tagboard.com, và tính năng chính của nó là "Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tagboard Curate
Tải xuống các tệp mở rộng Tagboard Curate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tagboard Curate |
ID | agmolhhbbencbnegdoifnnobajpemfan |
URL Chính Thức | https://chromewebstore.google.com/detail/tagboard-curate/agmolhhbbencbnegdoifnnobajpemfan |
Mô tả | Manage your tagboards and feature public posts directly from Twitter, Instagram, and others. |
Kích Thước Tệp | 43.89 KB |
Số Lần Cài Đặt | 2,320 |
Phiên Bản Hiện Tại | 3.2.1 |
Cập Nhật Lần Cuối | 2024-02-10 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 3.92/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://tagboard.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://help.tagboard.com/en/articles/3710238-tagboard-curate-button |
URL Trang Chính Sách Bảo Mật | https://help.tagboard.com/en/articles/3275823-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |