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.”。
擴展截圖
下載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 |
ID | ikbgaoiljcbhmklppkbkglokjlahpnok |
官方網址 | 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" ] } |