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
Eメール [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"
    ]
}