ProductionCrate Connect

ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…

ProductionCrate Connect là gì?

ProductionCrate Connect là một tiện ích mở rộng Chrome được phát triển bởi https://productioncrate.com, và tính năng chính của nó là "ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…".

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

screenshot

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

Tải xuống các tệp mở rộng ProductionCrate Connect 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

                        ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs.

This powerful Extension will allow you to download ProductionCrate content in an organized and systematic process. Instead of allowing your downloads to all fall into the same disorganized folder, ProductionCrate Connect will create a folder structure on your drive. All downloads will be auto-categorized into the same structure you see on the site.

Now you can easily find your downloaded assets instead of digging through one massive folder. Subcategories containing your downloads, properly labelled and structured, will speed up your workflow and let you create your work faster.                    

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

Tên ProductionCrate Connect ProductionCrate Connect
ID oagbohjaeipmkcfcjkjhnklieidnkpdo
URL Chính Thức https://chromewebstore.google.com/detail/productioncrate-connect/oagbohjaeipmkcfcjkjhnklieidnkpdo
Mô tả ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 24,845
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2020-04-07
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://productioncrate.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.productioncrate.com/
URL Trang Trợ Giúp https://www.productioncrate.com/questions-answers.html
URL Trang Chính Sách Bảo Mật https://www.productioncrate.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProductionCrate Connect",
    "version": "2.5",
    "manifest_version": 2,
    "icons": {
        "128": "icon\/transparent.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "*:\/\/*.productioncrate.com\/*",
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/*.productioncrate.com\/*",
                "*:\/\/*.footagecrate.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon\/transparent.png",
        "default_popup": "html\/action.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/bg.js"
        ]
    }
}