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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}