Captivate Podcast Research Tool

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

什么是Captivate Podcast Research Tool?

Captivate Podcast Research Tool是由https://captivate.fm开发的Chrome扩展程序,该扩展的主要功能是“Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.”。

扩展截图

screenshot
screenshot

下载Captivate Podcast Research Tool扩展crx文件

下载Captivate Podcast Research Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Captivate Podcast Research Tool Captivate Podcast Research Tool
ID ikbgaoiljcbhmklppkbkglokjlahpnok
官方URL https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok
简介 Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
文件大小 10.92 MB
安装次数 301
当前版本 1.1
更新时间 2022-03-23
上架时间 2022-03-01
开发者 https://captivate.fm
电子邮箱 [email protected]
付费类型 free
扩展官网 https://captivate.fm
帮助页面URL https://captivate.fm
隐私政策页面URL https://www.captivate.fm/privacy
支持的语言 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"
    ]
}