ProductionCrate Connect
ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…
Was ist ProductionCrate Connect?
ProductionCrate Connect ist eine Chrome-Erweiterung, die von https://productioncrate.com entwickelt wurde, und ihr Hauptmerkmal ist "ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This…".
Erweiterungsscreenshots
ProductionCrate Connect-Erweiterungs-CRX-Datei herunterladen
Laden Sie ProductionCrate Connect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ProductionCrate Connect |
ID | oagbohjaeipmkcfcjkjhnklieidnkpdo |
Offizielle URL | https://chromewebstore.google.com/detail/productioncrate-connect/oagbohjaeipmkcfcjkjhnklieidnkpdo |
Beschreibung | ProductionCrate Connect is the ultimate Extension for your Video Effects, Sound Effects, Music, Graphics and 3D needs. This… |
Dateigröße | 108 KB |
Installationsanzahl | 24,845 |
Aktuelle Version | 2.5 |
Letztes Update | 2023-11-15 |
Veröffentlichungsdatum | 2020-04-07 |
Bewertung | 4.75/5 Insgesamt 12 Bewertungen |
Entwickler | https://productioncrate.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.productioncrate.com/ |
Hilfeseite URL | https://www.productioncrate.com/questions-answers.html |
URL der Datenschutzrichtlinien-Seite | https://www.productioncrate.com/privacy.html |
Unterstützte Sprachen | 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" ] } } |