Captivate Podcast Research Tool
Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
O que é Captivate Podcast Research Tool?
Captivate Podcast Research Tool é uma extensão do Chrome desenvolvida por https://captivate.fm, e sua principal característica é "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Captivate Podcast Research Tool
Baixe arquivos de extensão Captivate Podcast Research Tool 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
Using the Captivate Research Tool, you can easily add links from all across the web to add to your Captivate show. Simply login using your existing Captivate credentials and pin the extension to your browser. After that you can easily add any website page link to your show by clicking the Captivate icon in your browser. This will greatly improve your research and planning workflow when creating podcasts, simply install to get access now.
Informações Básicas da Extensão
Nome | Captivate Podcast Research Tool |
ID | ikbgaoiljcbhmklppkbkglokjlahpnok |
URL Oficial | https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok |
Descrição | Add links from across the web to your Captivate podcast research and planning workflow using this simple tool. |
Tamanho do Arquivo | 10.92 MB |
Contagem de Instalações | 301 |
Versão Atual | 1.1 |
Última Atualização | 2022-03-23 |
Data de Publicação | 2022-03-01 |
Desenvolvedor | https://captivate.fm |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://captivate.fm |
URL da Página de Ajuda | https://captivate.fm |
URL da Página de Política de Privacidade | https://www.captivate.fm/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Captivate Podcast Research Tool", "description": "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "action": { "default_icon": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "default_popup": "research-tool.html" }, "permissions": [ "activeTab", "storage" ] } |