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.”。
擴展截圖
下載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 |
ID | agmolhhbbencbnegdoifnnobajpemfan |
官方網址 | 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\/*" ] } ] } |