Captivate Podcast Research Tool

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

What is Captivate Podcast Research Tool?

Captivate Podcast Research Tool is a Chrome extension developed by https://captivate.fm, and its main feature is "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".

Extension Screenshots

screenshot
screenshot

Download Captivate Podcast Research Tool Extension CRX File

Download Captivate Podcast Research Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Captivate Podcast Research Tool Captivate Podcast Research Tool
ID ikbgaoiljcbhmklppkbkglokjlahpnok
Official URL https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok
Description Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
File Size 10.92 MB
Installation Count 301
Current Version 1.1
Last Updated 2022-03-23
Publish Date 2022-03-01
Developer https://captivate.fm
Email [email protected]
Payment Type free
Extension Website https://captivate.fm
Help Page URL https://captivate.fm
Privacy Policy Page URL https://www.captivate.fm/privacy
Supported Languages 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"
    ]
}