Podspiria

Simplify podcast engagement with effortless transcription

Podspiria क्या है?

Podspiria Lakebrains Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify podcast engagement with effortless transcription"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Podspiria एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "img\/NewLogo.png",
        "128": "img\/NewLogo.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}