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 là gì?

Captivate Podcast Research Tool là một tiện ích mở rộng Chrome được phát triển bởi https://captivate.fm, và tính năng chính của nó là "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Captivate Podcast Research Tool

Tải xuống các tệp mở rộng Captivate Podcast Research Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Captivate Podcast Research Tool Captivate Podcast Research Tool
ID ikbgaoiljcbhmklppkbkglokjlahpnok
URL Chính Thức https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok
Mô tả Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
Kích Thước Tệp 10.92 MB
Số Lần Cài Đặt 301
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-03-23
Ngày Phát Hành 2022-03-01
Nhà Phát Triển https://captivate.fm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://captivate.fm
URL Trang Trợ Giúp https://captivate.fm
URL Trang Chính Sách Bảo Mật https://www.captivate.fm/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}