Captivate Podcast Research Tool

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

Wat is Captivate Podcast Research Tool?

Captivate Podcast Research Tool is een Chrome-extensie ontwikkeld door https://captivate.fm, en de belangrijkste functie is "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Captivate Podcast Research Tool

Download Captivate Podcast Research Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Captivate Podcast Research Tool Captivate Podcast Research Tool
ID ikbgaoiljcbhmklppkbkglokjlahpnok
Officiële URL https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok
Beschrijving Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
Bestandsgrootte 10.92 MB
Aantal Installaties 301
Huidige Versie 1.1
Laatst Bijgewerkt 2022-03-23
Publicatiedatum 2022-03-01
Ontwikkelaar https://captivate.fm
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://captivate.fm
Help Pagina-URL https://captivate.fm
URL van de Privacybeleid Pagina https://www.captivate.fm/privacy
Ondersteunde Talen 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"
    ]
}