Podspiria

Simplify podcast engagement with effortless transcription

Podspiria là gì?

Podspiria là một tiện ích mở rộng Chrome được phát triển bởi Lakebrains Technologies, và tính năng chính của nó là "Simplify podcast engagement with effortless transcription".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Podspiria

Tải xuống các tệp mở rộng Podspiria dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Podspiria Podspiria
ID amkkpnkdfgjgdkgakphepcbfjfcjfhbc
URL Chính Thức https://chromewebstore.google.com/detail/podspiria/amkkpnkdfgjgdkgakphepcbfjfcjfhbc
Mô tả Simplify podcast engagement with effortless transcription
Kích Thước Tệp 691 MB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2023-07-26
Nhà Phát Triển Lakebrains Technologies
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://lakebrains.com/privacy-policies
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}