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 - это расширение Chrome, разработанное https://captivate.fm, и его основная функция - "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Captivate Podcast Research Tool

Скачайте файлы расширений 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"
    ]
}