Captivate Podcast Research Tool

Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.

Vad är Captivate Podcast Research Tool?

Captivate Podcast Research Tool är en Chrome-tillägg utvecklad av https://captivate.fm, och dess huvudfunktion är "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Captivate Podcast Research Tool-förlängningens CRX-fil

Ladda ner Captivate Podcast Research Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Captivate Podcast Research Tool Captivate Podcast Research Tool
ID ikbgaoiljcbhmklppkbkglokjlahpnok
Officiell webbadress https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok
Beskrivning Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
Filstorlek 10.92 MB
Antal Installationer 301
Aktuell Version 1.1
Senast Uppdaterad 2022-03-23
Publiceringsdatum 2022-03-01
Utvecklare https://captivate.fm
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://captivate.fm
Hjälpsida URL https://captivate.fm
URL till Sekretesspolicy Sidan https://www.captivate.fm/privacy
Stödda Språk 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"
    ]
}