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