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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://captivate.fm
عنوان صفحة سياسة الخصوصية 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"
    ]
}