Tagboard Curate
Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.
O que é Tagboard Curate?
Tagboard Curate é uma extensão do Chrome desenvolvida por https://tagboard.com, e sua principal característica é "Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tagboard Curate
Baixe arquivos de extensão Tagboard Curate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Tagboard Curate |
ID | agmolhhbbencbnegdoifnnobajpemfan |
URL Oficial | https://chromewebstore.google.com/detail/tagboard-curate/agmolhhbbencbnegdoifnnobajpemfan |
Descrição | Manage your tagboards and feature public posts directly from Twitter, Instagram, and others. |
Tamanho do Arquivo | 43.89 KB |
Contagem de Instalações | 2,320 |
Versão Atual | 3.2.1 |
Última Atualização | 2024-02-10 |
Data de Publicação | 2020-06-23 |
Classificação | 3.92/5 Total de 13 Avaliações |
Desenvolvedor | https://tagboard.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://help.tagboard.com/en/articles/3710238-tagboard-curate-button |
URL da Página de Política de Privacidade | https://help.tagboard.com/en/articles/3275823-privacy-policy |
Idiomas Suportados | 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\/*" ] } ] } |