Captivate Podcast Research Tool
Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.
Qu'est-ce que Captivate Podcast Research Tool ?
Captivate Podcast Research Tool est une extension Chrome développée par https://captivate.fm, et sa fonction principale est "Add links from across the web to your Captivate podcast research and planning workflow using this simple tool.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Captivate Podcast Research Tool
Téléchargez les fichiers d'extension Captivate Podcast Research Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Captivate Podcast Research Tool |
ID | ikbgaoiljcbhmklppkbkglokjlahpnok |
URL Officiel | https://chromewebstore.google.com/detail/captivate-podcast-researc/ikbgaoiljcbhmklppkbkglokjlahpnok |
Description | Add links from across the web to your Captivate podcast research and planning workflow using this simple tool. |
Taille du Fichier | 10.92 MB |
Nombre d'Installations | 301 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-03-23 |
Date de Publication | 2022-03-01 |
Développeur | https://captivate.fm |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://captivate.fm |
URL de la Page d'Aide | https://captivate.fm |
URL de la Page de Politique de Confidentialité | https://www.captivate.fm/privacy |
Langues Prises en Charge | 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" ] } |