ProductionCrate Connect

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

Wat is ProductionCrate Connect?

ProductionCrate Connect is een Chrome-extensie ontwikkeld door https://productioncrate.com, en de belangrijkste functie is "ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ProductionCrate Connect

Download ProductionCrate Connect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ProductionCrate Connect ProductionCrate Connect
ID oagbohjaeipmkcfcjkjhnklieidnkpdo
Officiële URL https://chromewebstore.google.com/detail/productioncrate-connect/oagbohjaeipmkcfcjkjhnklieidnkpdo
Beschrijving ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
Bestandsgrootte 108 KB
Aantal Installaties 24,845
Huidige Versie 2.5
Laatst Bijgewerkt 2023-11-15
Publicatiedatum 2020-04-07
Beoordeling 4.75/5 Totaal 12 Beoordelingen
Ontwikkelaar https://productioncrate.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.productioncrate.com/
Help Pagina-URL https://www.productioncrate.com/questions-answers.html
URL van de Privacybeleid Pagina https://www.productioncrate.com/privacy.html
Ondersteunde Talen 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"
        ]
    }
}