Podspiria

Simplify podcast engagement with effortless transcription

ما هو Podspiria؟

Podspiria هو إضافة Chrome تم تطويرها بواسطة Lakebrains Technologies، والميزة الرئيسية لها هي "Simplify podcast engagement with effortless transcription".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Podspiria

قم بتنزيل ملفات الامتداد Podspiria بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}