Captivate Podcast Research Tool

Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.

¿Qué es Captivate Podcast Research Tool?

Captivate Podcast Research Tool es una extensión de Chrome desarrollada por https://captivate.fm, y su función principal es "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Captivate Podcast Research Tool

Descarga archivos de extensión Captivate Podcast Research Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Captivate Podcast Research Tool Captivate Podcast Research Tool
ID ikbgaoiljcbhmklppkbkglokjlahpnok
URL Oficial https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok
Descripción Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
Tamaño del Archivo 10.92 MB
Cantidad de Instalaciones 301
Versión Actual 1.1
Última Actualización 2022-03-23
Fecha de Publicación 2022-03-01
Desarrollador https://captivate.fm
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://captivate.fm
URL de la Página de Ayuda https://captivate.fm
URL de la Página de Política de Privacidad https://www.captivate.fm/privacy
Idiomas Soportados 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"
    ]
}