Podspiria
Simplify podcast engagement with effortless transcription
Τι είναι το Podspiria;
Το Podspiria είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lakebrains Technologies, και η κύρια λειτουργία του είναι "Simplify podcast engagement with effortless transcription".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Podspiria
Λήψη αρχείων επέκτασης Podspiria σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A game-changing extension designed for influencers, content writers, and marketers. It empowers you to effortlessly convert audio and video podcasts into accurate transcripts and concise summaries. Podspiria saves your time by automatically transcribing podcasts in real-time with just a few clicks. Generates impactful summaries, highlighting key points and main takeaways. Boost your productivity, streamline your content creation process, and unlock the full potential of podcasts with Podspiria. Download our extension today and revolutionize the way you engage with podcasts!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Podspiria |
ID | amkkpnkdfgjgdkgakphepcbfjfcjfhbc |
Επίσημο URL | https://chromewebstore.google.com/detail/podspiria/amkkpnkdfgjgdkgakphepcbfjfcjfhbc |
Περιγραφή | Simplify podcast engagement with effortless transcription |
Μέγεθος Αρχείου | 691 MB |
Αριθμός Εγκαταστάσεων | 39 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2023-08-17 |
Ημερομηνία Δημοσίευσης | 2023-07-26 |
Προγραμματιστής | Lakebrains Technologies |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://lakebrains.com/privacy-policies |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Podspiria", "version": "1.4", "description": "Simplify podcast engagement with effortless transcription", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/open.spotify.com\/*" ], "run_at": "document_end", "js": [ "content.js" ] } ], "action": { "default_title": "Podspiria", "default_icon": "img\/NewLogo.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "desktopCapture", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "sandbox": "script-src 'self' 'wasm-unsafe-eval'; sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ " |